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
The images are scaled down and have a vertical lines background that should not appear.
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
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='*'\"")