VC 使用Windows 系统风格的对话框及控件

Posted xiaochunzao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了VC 使用Windows 系统风格的对话框及控件相关的知识,希望对你有一定的参考价值。

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


把以上文件存为 Application.exe.Manifest 放在sln同文件夹,

然后将此文件加入资源,编译,OK

以上是关于VC 使用Windows 系统风格的对话框及控件的主要内容,如果未能解决你的问题,请参考以下文章