Saturday, November 5, 2011

How to Use the Menu Editor in Visual Basic


1. Click on 'Start' in the lower left-hand corner of the desktop screen. Then select 'All Programs,' 'Microsoft Visual Studio 6.0' and 'Visual Basic 6.0.'
2. Select 'Standard EXE' from the list in the New Project dialog box, then click on 'Open.'
3. Choose 'Tools' on the menu bar and select 'Menu Editor' from the drop-down menu.
4. Enter the correct information in the Caption textbox. Navigate through the rest of the text boxes on the form and fill as desired. Repeat to enter as many items on the menu as desired for the form.
5. Hit 'OK' to return to the Visual Basic project.