-
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
-
Open up your main form.
Right click anywhere on the form (not on any of the controls)
select Menu editor.
Hope this helps
-
Thanks - I'll give it a try!
-
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.