I've been using VB.NET for, oooooh about an hour...
I've added a MainMenu to my 1 form (which is a MDI container) and when I run the project, the form loads - but no menu!
Where is it please?
Printable View
I've been using VB.NET for, oooooh about an hour...
I've added a MainMenu to my 1 form (which is a MDI container) and when I run the project, the form loads - but no menu!
Where is it please?
Have you added any menuitems to the menu?
If there is no items its not visible, but it should be visible if you add an item to it...
Also be sure to check that the Menu Property of the Form is set to the MainMenu item.
...that would be why its not visible! Thanks! :):):)Quote:
Originally posted by Athley
Also be sure to check that the Menu Property of the Form is set to the MainMenu item.
I'm trying the "jump in at the deep end" approach to learning VB.NET.... might be worth investing in some books :o
Well, that sure helped me....:)
I can recommend Fransesco Belana's "Programming Microsoft Visual Basic .NET".