I’ve created a gui in visual studio with a nice ribbon. Now I want to fill the main form with different panels. I can just use panels, place all items on it and call them to the front when needed. This would solve my problems. It is actually very hard to maintain those pannels when programming. I was wondering, is there a good option to create panels above each other which I can maintain easily?
Thanks in advance,
you can achieve this using
Form.MdiParentproperty.you can follow below links for more information.
http://msdn.microsoft.com/en-us/library/d4dabts7%28v=vs.80%29.aspx
http://www.codeproject.com/Articles/3553/Introduction-to-MDI-Forms-with-C