Using XP styles in ZDL

Stuff you want Bio to see. [Home]

Moderator: BioHazard

Locked
User avatar
Doomguy0505
Posts: 40
Joined: Fri Jul 08, 2005 11:07

Using XP styles in ZDL

Post 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>
Attachments
Screenshot
Screenshot
zdl_xp.PNG (10.21 KiB) Viewed 4882 times
QBasicer
Posts: 22
Joined: Sun Nov 13, 2005 23:18

Post 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.
User avatar
wildweasel
DRD Team Admin (Inactive)
Posts: 2132
Joined: Wed Jun 29, 2005 22:00
Location: the Admincave!
Contact:

Post by wildweasel »

It's a good temporary fix, but not particularly useful in the long run.
QBasicer
Posts: 22
Joined: Sun Nov 13, 2005 23:18

Post by QBasicer »

Hopefully I'll have the new ZDL out in a few days, or at the very least, over MBreak.
Locked

Return to “Bio's Site-Place”