公告
财富商城
积分规则
提问
发文
2019-08-03 02:03发布
Root(大扎)
I have a CListCtrl and a Picture control and both are rendering the images wrongly. It is happenning for PNG images loaded through CImage::Load
CImage::Load
The images are scaled down and have a vertical lines background that should not appear.
It turns out there is the need of a manifest, which I added to stdafx.h
#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
最多设置5个标签!
It turns out there is the need of a manifest, which I added to stdafx.h