Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi. im design new windows form using vb.net
there have 3 menuitems and 2 buttona. but when start debug(press F5) i cant see 1 button and 2 menu items. whats wrong??? please help me. im using vb.net
Posted

One possibility could be
the Visible property of MenuItem and Button might have been set to False.
 
Share this answer
 
1. Probably visible property of those hidden items are set to false, as ProEnggSoft mentioned in his answer.
2. Investigate startup logic: constructors, etc...
3. Pick a button that is hidden and search for it's name throughout the project to see if it has been in-visibleed by some code fragment.

p.s.: Your question is very unclear. Consider reading this[^].
 
Share this answer
 
maybe you should delete all the files at debug's folder before you start debug again.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900