匯東網


win32 控件启用现代样式

[編輯] [转简体]
|
作者:huidong | 分類:【編程】Win32
[ 10 瀏覽 0 評論 3 贊 4 踩 ]

概要

正文

https://blog.csdn.net/baidu_36581798/article/details/54927678

#ifdef _UNICODE  
#if defined _M_IX86  
#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")  
#elif defined _M_X64  
#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*'\"")  
#else  
#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")  
#endif  
#endif


[ 3] [ 4]


 評論區  0 條評論

+ 添加評論