Page 1 of 1

Using XP styles in ZDL

Posted: Wed Feb 21, 2007 8:58
by Doomguy0505
I found a way to use the XP themes in ZDL.
Just paste this into a file called ZDL.exe.manifest

Code: Select all

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="ZDL.ZDL.ZDL" type="win32" />
<description>ZDL</description>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" />
</dependentAssembly>
</dependency>
</assembly>

Posted: Wed Feb 21, 2007 18:07
by QBasicer
Been there, done that.

I have a version of ZDL 3.0d with styles compiled in.

ZDLSharp has styles in it as well.

Posted: Wed Feb 21, 2007 19:42
by wildweasel
It's a good temporary fix, but not particularly useful in the long run.

Posted: Thu Feb 22, 2007 15:46
by QBasicer
Hopefully I'll have the new ZDL out in a few days, or at the very least, over MBreak.