You need to add the manifest to your assembly. You can do this using Add New Item -> General -> Application Manifest File.
Then add the following to the asmv1 tag in the manifest file:
<dependency> <dependentAssembly> <assemblyIdentity name="Microsoft.Windows.Common-Controls" version="6.0.0.0" type="win32" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" /> </dependentAssembly> </dependency>
Botz3000
source share