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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top