VB.NET HotKeys
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
My current situation is that I have a program that opens a form for processing, while the menu/main screen of the program is still open. On the main screen i have a menulist that contains shortcut keys for items on the menu. I was wondering if it was possible to be able to override those shortcut keys, and assign those same shortcut keys to buttons on the form that is opened for processing. I tried messing around with the keyDown property but it doesn't get fired before the previous shortcut key (on the main load screen) Thanks in advance. Nathan Lindley .NET Aficionado