Dynamik Skin aktivation
Posted: Tue Jul 11, 2006 3:50 pm
If u want to make it an option for the User of your aplication to use the XP Skin in your Aplication, compile your program without the Skinning Mode. Then Create a File with the Following Name (same directory).
"Name of your Aplication".exe.manifest
Copy this code in the file:
"Name of your Aplication".exe.manifest
Copy this code in the file:
Code: Select all
<xml>
<assembly>
<assemblyIdentity>
<description>XP-Look by 3DWIN / WinBETA</description>
<dependency>
<dependentAssembly>
<assemblyIdentity>
</dependentAssembly>
</dependency>
</assembly>