Results 1 to 8 of 8

Thread: problem with menu shortcuts....

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Utah
    Posts
    397

    problem with menu shortcuts....

    I have a weird problem, i have made a menu and in the File menu, the shortcuts dont work, how could i get the short cuts to work?

  2. #2
    Addicted Member PhilRob56's Avatar
    Join Date
    Oct 2002
    Location
    New York
    Posts
    249
    When you create a Menu Item using the VB Menu Editor, you can either select a pre-defined shorcut for each item or use the & sign.

    A menu item Caption defined like this:

    &My Menu Item

    Would be activated by ALT "M" because you have the Ampersand before the M.

    Now you could also define a shortcut from the drop-down list as well if you wanted.

    Perhaps you can describe what you have done?
    Some days you're the dog,
    and some days you're the hydrant.


    VB6 Enterprise

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Utah
    Posts
    397
    well i try to describe, i have made an File menu, and put shortcuts for Open, New, Save, and Print, and they dont work, all my program is, is a text editor, i dont have the ampersands before the letters

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Utah
    Posts
    397
    *bump*

  5. #5
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765
    You want the "Open" button to open a file, etc?
    Don't Rate my posts.

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Utah
    Posts
    397
    ermm... no, the short cuts to the buttons dont work

  7. #7
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765
    Oh... I was getting worried for a moment

    In the menu editor it should be

    &Open

    You can move the & around to find the letter which u want to have as the shortcut.
    Don't Rate my posts.

  8. #8

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Utah
    Posts
    397
    what about the shortcuts from teh drop down menu, that is mainly what i wanted

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