Click to See Complete Forum and Search --> : hotkey with mouse (msctls_hotkey32?)


cccccccc
November 29th, 2006, 06:44 PM
Hi all C/C++ programmers!

I use msctls_hotkey32 control for hotkey. But I am not able to detect mouse click (left/right/center/ but mostly mouse up and down scroll!!!) with it. Can anybody give some advice? Thanks for help!

Minion of FSM

Marc G
December 3rd, 2006, 03:37 AM
That control is only designed for keyboard hotkeys.
You'll need to create one for mouse controls yourself or search the articles on www.codeguru.com.