Windows Develop Bookmark and Share   
 index > Windows Forms General > Tabs with a MDI App?
 

Tabs with a MDI App?

Has anyone had any success wigh making a MDI application also support a TabControl (either System.Windows.Forms or Crownwood.Magic.Controls)?

I know that Syncfusion Essential .NET has support for this, but I was looking for an open-source solution.
MigrationUser 1  Sunday, February 09, 2003 12:32 AM
i use crownwood magic controls suceesfully eithet with SDI or MDI,  give me your email and i'll email you a screenshot or two


regards
erymuzuan mustapa
MigrationUser 1  Thursday, February 13, 2003 1:26 AM
Dan, are you looking to make an MDI app that has a tab for each MDI child window? I have a sample app that does this if that's what you're lookin for. 

- mike 
MigrationUser 1  Thursday, February 13, 2003 4:07 AM
Is it like VS.NET?  Or at least sort of like it?  Can you post it?  :) 
MigrationUser 1  Thursday, February 13, 2003 5:54 PM
I've added it to the samples page.  It can also be found here:

http://windowsforms.net/downloads/gdn/TabbedMDI.zip

Its fairly striaght forwad, using mostly built in .NET Framework capabilities.  It would be fairly easy to modify the Panel and buttons on the bottom to be some better looking UI control.

 - mike
MigrationUser 1  Thursday, February 13, 2003 9:41 PM
Is there any hope of this working with the Magic.NET tabcontrol?

I would love to see some code to this effect.
MigrationUser 1  Tuesday, March 04, 2003 7:37 PM

You can use google to search for other answers

Custom Search

More Threads

• ToolStripDropDown Nightmare
• ComboBoxes again
• Hiding tab buttons on tab controls
• Reading data from another form
• WebBrowser control craches WinForms app when ActiveX is loaded
• Print to multiple device at the same time ...
• disabling the forms which are not active for a moment in C#
• RichTextBox Hyperlink w/SelectedRtf *Sigh*
• Find Method for a richTextBox (Help Please)
• Problem with passing data from a form to another