Results 1 to 5 of 5

Thread: How do you make a menu???

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    879

    Lightbulb

    I think i'm dumb but how do you make a menu?!
    Visual Basic 6.0
    Visual C++ 5
    Delphi 5


  2. #2
    Guest
    Click Tools > Menu Editor and then type in a caption and a name. And press the -> arrow for a deeper level which will make it a dropdown-like menu.

  3. #3
    Guest
    Or click the toolbar shortcut. It's the 3rd button from the left.

  4. #4
    Guest
    Or you could right click the mouse button on the form and the menu editor is located there as well.

  5. #5
    Guest
    By code you can also use the windows API, which is useful for:

    • Adding to the System Menu (the little icon on the top-left corner)
    • Adding 2 Menubars.
    • Adding Owner-Draw Menus (Too complicated to explain)


    You could just use the InsertMenuItem API to insert a menu and GetSysMenu API to get the System menu.

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