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