Is it possible to make the shortcut keys that are assigned to menu strips be detectable when the program is not in focus? If so, how to do it?
Printable View
Is it possible to make the shortcut keys that are assigned to menu strips be detectable when the program is not in focus? If so, how to do it?
Search the forum for 'System wide hotkey' or something similar.
Heres one thread that might get you started.
KK, just read though all that...
Call HookKeyboard?
Then do i stick IsHooked into a timer & constantly watch for changes in the values?
Then when i'm finished i call UnhookKeyboard?
http://www.vbforums.com/showthread.p...RegisterHotkey
Don't worry, this code was helpful.
Thanks any way!