VS.NET style tabs in VB

tam10

New member
Joined
Feb 19, 2006
Messages
2
Programming Experience
10+
How can I make my tabs in Visual Basic.NET look like the ones in the VS.NET IDE:

vstabs.jpg
 
you can get it close by changing the Appearance property to FlatButtons but to get it to look exactly like the VS ide tabs you'd have to override the Paint event and draw the stuff yourself
 
Back
Top