Windows Develop Bookmark and Share   
 index > Windows Forms Designer > frames in windows ?
 

frames in windows ?

Hi, I am looking to create an application that has a left navigation bar and depending on the button clicked on the left navigation bar, the right part of the form gets loaded with different controls ( i have designed the right controls as forms. I have about 20-25 different forms that can be loaded on the right.) Any idea how this web-type frame design can be implemented in windows form ?

  I tried placing a form on a form...it did not work. I converted the right side forms into UserControls and it works. But, I am looking for other possible ways to handle this situation.
Thanks for any help.
MigrationUser 1  Wednesday, December 10, 2003 2:58 PM
One way would be to use MDI. Set the main form (host form) to be MDI parent and the forms that you want to display to be MDI child of the main form.

Hope that helps!
-Dinesh Chandnani
MigrationUser 1  Monday, December 29, 2003 1:04 PM

You can use google to search for other answers

Custom Search

More Threads

• Bringing controls out from design-time
• how to create AVI from a bunch of Bitmap files in C#
• The path is not of legal form...How do I know which path?
• Error as "Falied to import the ActiveX control. Please ensure it is properly registered." inside Windows Form Designer
• Resize the combobox arrow
• Something about FlexGrid(old thing but i have to use it)
• Close button problem...URGENT!
• Can a control that uses 'xpFocusProvider' work inside userCtrl?
• Subclassing DateTimePicker to support DBNull values
• Unwanted changes to designer file