Quote 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.