creating hotkey for app using sendmessage doesnt allow us to create more than 1 hotkey right? i've been trying. can someone help?
thx
Printable View
creating hotkey for app using sendmessage doesnt allow us to create more than 1 hotkey right? i've been trying. can someone help?
thx
If you want multiple hotkeys, use RegisterHotkey instead of SendMessage. There is an OCX called MCLHotkey at Merrion Computing Downloads that does all this for you - just drop it on the form and set the parameters as you would with a Timer control.
The source is on that site too (all free).
HTH,
Duncan