Click here to Skip to main content
15,924,829 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have given the mainmenu in design,but its not displaying on execution of the form.How can I solve this?
Posted

1 solution

try to put other controls on form and check, is it displaying or not ? if it not displaying any controls then your "InitializeComponent()" method (exist in form constructor) not get called.
 
Share this answer
 

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



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