Page 1 of 1

Dynamik Skin aktivation

Posted: Tue Jul 11, 2006 3:50 pm
by Konne
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:

Code: Select all

<xml> 
<assembly> 
<assemblyIdentity> 

<description>XP-Look by 3DWIN / WinBETA</description> 

<dependency> 
<dependentAssembly> 
<assemblyIdentity> 

</dependentAssembly> 
</dependency> 
</assembly> 



Posted: Tue Jul 11, 2006 6:38 pm
by Poshu
Interesting. Thx for the tips.

Posted: Tue Jul 11, 2006 7:27 pm
by Konne
Hmm the BoardSoftware seems to have problems with the XML.
Here it is as a Link to a file: http://www.tutorials.de/forum/attachmen ... nifest.txt

Posted: Tue Jul 11, 2006 7:35 pm
by srod
That one looks better! I couldn't figure out how the first one worked at all! :D

Thanks.

Posted: Tue Jul 11, 2006 7:42 pm
by ts-soft
you can use the xp.res in #PB_Compiler_Home + "Compilers\"
you can also format this file for better looking :wink:
(the file has a hidden flag)