65.9K
CodeProject is changing. Read more.
Home

A C# Visual Studio.Net, Excel, and InterDev tab control.

starIconstarIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIcon

2.67/5 (14 votes)

Apr 22, 2001

viewsIcon

159467

downloadIcon

3287

A C# tab control that mimics the Visual Studio.Net, Excel, and InterDev tab styles.

Sample Image - cwTab.jpg

Introduction

cwTab is a control written in C# that gives you the ability to add Visual Studio.Net, Excel, and InterDev tabs to any application. The control is fully customizable.

The class is written in C# and uses a double-buffering class provided by Microsoft. The code demonstrates using GDI+ for drawing, event handling, enumerations in C#, overrides, attributes, properties and double buffering. Please see the control.cs file for full details.

If you have any questions or comments please email me at Italo@WeissInc.com. Please let me know what you think.