Click here to Skip to main content
15,903,012 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to create a form thaT WOULD ALWAYS BE ON THE BACKGROUND of the screen with menus on it. On the ToolBox i see Menus & toolbars, But i cant see the MainMenu control? or am looking for something else?

Thanks in advance.
Posted

Just use the MenuStrip.

Good luck!
 
Share this answer
 
Set the IsMdiContainer property to True of the form you want to set as background.
It is called Parent form, all other forms will be its child forms.
But you have to assign value to MdiParent property of each child form. :)
 
Share this answer
 
Do you have a small tutorial for making parent forms and child forms. and general intresting graphical interfaces.... Thanks alot
 
Share this answer
 
Comments
nagendrathecoder 28-Jul-10 7:23am    
You'll find many tutorial articles, just search for 5 mins on google.

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