I think i'm dumb but how do you make a menu?!
Printable View
I think i'm dumb but how do you make a menu?!
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.
Or click the toolbar shortcut. It's the 3rd button from the left.
Or you could right click the mouse button on the form and the menu editor is located there as well.
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.