Click here to Skip to main content
15,884,473 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to make multitab application using tabcontrol like google chrome? in C#. How to add a new tabpage to the tabcontrol and how to add controls to the tabpage in the runtime?
Posted
Comments
[no name] 9-Sep-12 10:02am    
You would start by reading the documentation, http://msdn.microsoft.com/en-us/library/system.windows.forms.tabcontrol.aspx
Kenneth Haugland 9-Sep-12 10:07am    
You forgot to mention that he must also write the code afterwords :-)
Sergey Alexandrovich Kryukov 9-Sep-12 14:07pm    
First of all, you need to tag your application type or UI library you want to use (WPF? Forms? Silverlight? ASP.NET? what?). Give to full type name of "TabConrol" -- there is more then one. But butter yet, just read the MSDN help page on the control -- you have everything you need on those pages.
--SA

Please see my comment to the question: it is not clear what type named "TabControl" do you mean — there is more then one. I also explained what should you do about it.
System.Windows.Forms: TabControl class.
WPF: TabControl class.
ASP.NET: TabStrip WebControl.

—SA
 
Share this answer
 
v3
Comments
Espen Harlinn 11-Jun-14 11:34am    
5'ed!
Sergey Alexandrovich Kryukov 11-Jun-14 11:41am    
Thank you, Espen.
Actually, this answer was improved by Manikandan10 (thank you) in v2, so those reference are not mine. :-)
—SA
This should provide you with direction: MSDN: Adding and Removing Tabs with the Windows Forms TabControl[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 9-Sep-12 14:08pm    
Who knows which TabConrol? I suggest we should not answer the questions based so much on guesswork.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900