VS.NET Style Tab Interface

Hi,

How can I create a VS.NET style Tabs - similar to the one that allows us to switch between the Design view and the code window.

Regards
Partha

[155 byte] By [Parthasarathi] at [2007-12-17]
# 1
Have you tried the Windows Forms TabControl?

Steve Hoag
Visual Basic Express

shoagMSFT at 2007-10-6 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...
# 2

Well, I know I can use the TabControl, but I am actually looking for the VS.NET style tabs - with the slanted top-left corner.

Parthasarathi at 2007-10-6 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...
# 3
You could probably achieve that effect using the TabControl and owner-drawing the tabs. See: http://msdn2.microsoft.com/en-us/library/yyfab68k(en-US,VS.80).aspx

Steve

shoagMSFT at 2007-10-6 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...