I been working on a manifest in version 9.1d. But i'm having problems i think my attributes are wrong bc when i load it all my buttons on progress turn into black boxes.
here's what i have
one of the problems is with this line.
name="Progress" i didn't know what to put for version 9.1d.
here's what i have
one of the problems is with this line.
name="Progress" i didn't know what to put for version 9.1d.
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="10.0.0.0"
processorArchitecture="X86"
name="Progress"
type="win32"
/>
<description>Progress</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
/>
</dependentAssembly>
</dependency>
</assembly>