Menu creation in vb.net

rockwell

Active member
Joined
Dec 6, 2005
Messages
36
Programming Experience
Beginner
Hi all, i created a menu as we usually do in vb but when i run the application the menu i created doesnt showup on the screen, is menu creation different in vb.net from vb. I al ready set the visible property to true, though the ,menu cannot be seen.

Any suggestions please ..
 
When you say that you did it as you usually do in VB, what are you reffering to? Menus in VB.NET is a bit different now, and the process is not eeven the same.....
 
In vb.net it's dead easy to create a menu. Just drop one on to your form from the toolbox and click on it in the component tray. Then look up toward the top of your form and it will be highlighted as menu1 or something like that. Click on it and it will ask you to 'TypeHere' Type what you want your menu item to display and double click it for an event handler.
 
Back
Top