Search code examples
c#windowstabsmdichildmdiparent

How can I make MdiChild forms be in tabs in C#?


I have a MDIparent Forma and which has some mdichild forms in it. Can you help me some how put the mdichilds in Tabs like google chrome , firefox , IE , Opera ...


Solution

  • There's a good article on MDI forms with TabControls here: http://www.codeproject.com/KB/cs/MDITabBrowsing.aspx