CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Help on Menus

  1. #1
    Join Date
    Jun 2002
    Location
    Baltimore, Md USA
    Posts
    22

    Help on Menus

    Hello,
    I am still learning VB (I will be saying that for years).

    I am developing a standard exe application as a front end to an Access database. Can anyone provide a simple overview on how to add a menu to my app? I see that there is a wizard to create one when you start a new project, but I don't know how to modify it for custom selections. I didn't see any information on this when searching the help files.

    Any input would be appreciated.

    Regards,
    SB

  2. #2
    Join Date
    Sep 2000
    Location
    FL
    Posts
    1,452
    Open up your main form.
    Right click anywhere on the form (not on any of the controls)
    select Menu editor.

    Hope this helps

  3. #3
    Join Date
    Jun 2002
    Location
    Baltimore, Md USA
    Posts
    22
    Thanks - I'll give it a try!

  4. #4
    Join Date
    Jun 2002
    Location
    Baltimore, Md USA
    Posts
    22
    Adding the Menu was quite simple. And I found plenty of online help searching on Menu Editor. Thanks for pointing me in the right direction.

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

Featured