使VS2008编译的程序具有XP风格

在stdafx.h文件中添加:

#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")  //riverlee add

你可能感兴趣的:(vs2008)