PDA

View Full Version : RegisterHotKey with mouse click



mksuper3
31st August 2011, 11:32
Hi all,
I am able to create global hotkeys (keyboard keys) with registerhotkey and then handle the key in the winEvent(MSG *msg, long *) - WM_HOTKEY messages.
However, if I register a global hotkey with mouse click, I am not able to receive the winevent.

Any idea what is wrong. Does registerhotkey support mouse click. If it does not support mouseclick, what is the alternative?

thanks