Hi, I'm trying to fire an event when a NativeWindow
is double-clicked. I am not inheriting from it so i can't use the WndProc
. I can of course easily get the Handle. Does anyone know anything in the Windows API which I can use to detect a double click? Thanks, Chris