Menu

  • Thread starter Thread starter David Plotts
  • Start date Start date
D

David Plotts

I have a "Main Menu" in my VB.net form. I added menu items and can view it
in the design view. When I compile, it isn't there. Visible is True for
the menu.
 
David Plotts said:
I have a "Main Menu" in my VB.net form. I added menu items and can view it
in the design view. When I compile, it isn't there. Visible is True for
the menu.
Even though you clicked the right button to compile it, it may not compile
(usually error messages will show up in this case). When it does not
compile, and you run it again, it will run the exe from the last time it did
compile. If so then what you are running may not be including the Menu item
that show in the design view.

HTH
 
Back
Top