Results 1 to 3 of 3

Thread: Shortcut keys Ctrl+Enter

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    5

    Question

    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

  2. #2
    Guest
    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]

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    5
    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
  •  



Click Here to Expand Forum to Full Width