I have set up a hotkey using RegisterHotKey API function for Ctrl-Tab.
Firstly, I can rap this when Ctrl-Tab is pressed however if I want to
add an addition hotkey how can I distinguish between which hotkey was
pressed?
Secondly I am trying to replicate the Ctrl-Tab functionality you have
in the DotNet IDE when you hold down the Ctrl key and then additional
use the tab key you can cycle thru the MDI Children. I would like to
gain the same functionality but don't know how to catch the initial
Ctrl Key down and then Ctrl Key up and then also catch when the tab
key has been pressed?
Really appreciate any ideas.
Thanks