-
Does any one know how to assign the shortcut keystroke "Ctrl+Enter" to a menu item? For example, if you have MS Outlook, the shortcut keystroke Ctrl+Enter applies to sending an email message. I can only get the default shortcuts that VB gives you in the Menu Editor.
Kevin
-
Shortcut keys? Look in your vb help file under "key code constants"
I believe it is vbkeycontrol and vbkeyreturn.
They go in the form or control _keypress event.
[Edited by Matthew Gates on 06-06-2000 at 04:09 PM]
-
The KeyPress Event has nothing to do with Menu shortcut keys.