Manifest - comctrl32.dll

Category: Application Features

Date: 02-16-2022

Return to Index


 
'Tells windows to use common controls version 6.0, which will give the 
'program a modern visual look.
 
'This manifest indicates that ComCtl32.dll version 6 should be used if 
'it is available. 
 
<?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="*"
    name="PowerBASIC EXE"
    type="win32"
/>
<description>PowerBASIC Application</description>
<dependency>
    <dependentAssembly>
        <assemblyIdentity
            type="win32"
            name="Microsoft.Windows.Common-Controls"
            version="6.0.0.0"
            processorArchitecture="*"
            publicKeyToken="6595b64144ccf1df"
            language="*"
        />
    </dependentAssembly>
</dependency>
</assembly>
 
'gbs_01180
'Date: 04-08-2012


created by gbSnippets
http://www.garybeene.com/sw/gbsnippets.htm