|
-
Jun 6th, 2000, 02:50 AM
#1
Thread Starter
New Member
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
-
Jun 6th, 2000, 03:05 AM
#2
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]
-
Jun 6th, 2000, 03:35 AM
#3
Thread Starter
New Member
The KeyPress Event has nothing to do with Menu shortcut keys.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|