|
-
Jul 9th, 2007, 09:10 PM
#6
Re: [2005] Left alignment in tabcontrol
 Originally Posted by RobDog888
It only takes turning on and applying the visual styles to your app by making sure you have the framework enabled in the project properties. If you are using a Sub Main module for your startup with the framework disabled then your first lines of code in the event will be to enable the VS.
Application.EnableVisualStyles
Application.DoEvents
Even in .NET 2.0 the TabControl does not display properly with visual styles enabled if the Alignment property is anything but Top. The Skybound VisualStyles component fixes that issue without any additional code.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|