|
-
Sep 18th, 2000, 06:04 PM
#1
Thread Starter
Fanatic Member
I think i'm dumb but how do you make a menu?!
Visual Basic 6.0
Visual C++ 5
Delphi 5

-
Sep 18th, 2000, 06:07 PM
#2
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.
-
Sep 18th, 2000, 06:23 PM
#3
Or click the toolbar shortcut. It's the 3rd button from the left.
-
Sep 18th, 2000, 06:28 PM
#4
Or you could right click the mouse button on the form and the menu editor is located there as well.
-
Sep 18th, 2000, 08:18 PM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|