Sylvester Valued Newbie

Joined: 31 Jul 2000 Posts: 43 Location: Boston, MA USA
|
Posted: Sat Feb 02, 2002 10:48 am Post subject: |
|
|
Hi Rolandfg,
Here is the content of that original post by then VDSWorld Webmaster now known as PGWare.
I have not tried it myself yet, but I think it is what you were looking for.
| Code: |
<?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="CompanyName.ProductName.YourApplication"
type="win32"
/>
<description>Your application description here.</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
|
Josch also posted the same exact thing in response to Zoltar's post titled "XP look under ME".
Hope this helps.  _________________ Sylvester
In the immortal words of the great philosopher, Homer ... "D'OH!!!" 8O |
|