vs2008 mfc 强制为xp风格

stdafx.h中加入如下语句,重新编译

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

你可能感兴趣的:(vs2008)