vb
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
how to put functional keys as shortcutkeys to open forms?
-
how to put functional keys as shortcutkeys to open forms?
One way is create a main menu or a context menu and specify which shortcut keys should be used. Also, the obvious route would be to create an object that captures keypress events to launch the form you want. -- modified at 11:29 Friday 28th July, 2006 Tyquaun