name="Microsoft.Winweb.MyApp.exe" 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>
其中红色部分是可替换部分。将MyApp.exe替换为目标程序文件名。你可以用记事本来建立这个文件。
然后在.net工程中,将窗体的Button、Label的FlatStyle属性设置为System,如下图:
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/