Hotkeys

  • Thread starter Thread starter Jeremy Bradshaw
  • Start date Start date
J

Jeremy Bradshaw

I want to assign a specific hotkey to my forms (eg. F12, or Shift-F12) to
invoke some client code. How can I do this ?
 
OK I found out how to do it, via the KeyDown event, but the problem I'm
having is that I have to attach this to any control on my form that can
receive focus before it will fire. Why, if I attach it to only the form
itself, does this not fire wherever focus is?
 
Back
Top