Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to make a tabbed dialog box for a windows application.
It is a desktop app and NOT web related, so AJAX and JS i want to avoid.

By tabbed window, i mean the kind you get when in windows os, you right-click a drive and select properties... which opens the properties window having tabs like general, tools, hardware, sharing etc. how do I make a similar window for my app using visual studio and c#?
Posted
Comments
Sergey Alexandrovich Kryukov 24-Jul-11 1:56am    
Still not clear. WPF or Form or something else. Tag it.
--SA

Simply use TabControl. Depending on the UI library you want to use (tag it, tag it!), it will be either System.Windows.Forms.TabControl or System.Windows.Controls.TabControl.

See:
http://msdn.microsoft.com/en-us/library/system.windows.forms.tabcontrol.aspx[^],
http://msdn.microsoft.com/en-us/library/system.windows.controls.tabcontrol.aspx[^].

—SA
 
Share this answer
 
 
Share this answer
 

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