Click to See Complete Forum and Search --> : Child windows on main screen


mathewgp
September 18th, 2009, 01:16 AM
Hi,

I am developing a windows application using .NET and C#. I have a main screen with menus and toolbars and everything is blank below that. Now I have other windows which I want to fit into that blank area according to the action i select on menu or toolbar. Can anybody please tell how I can achieve this. I do not want to open new popup window everytime.

Thanks in advance,
Mathew

vcdebugger
September 18th, 2009, 02:14 AM
try looking at function members of "Form" class ...

dannystommen
September 18th, 2009, 02:14 AM
Take a look at Introduction to MDI Forms with C# (http://www.codeproject.com/KB/cs/mdiformstutorial.aspx)

mathewgp
September 18th, 2009, 04:55 AM
Got it.... thanks!!