m_pictureLogo.SetBitmap(MTOFileSystem::loadImage(Global::getPhotosDir() + "\\" + L"IDB_BITMAP_LOGO_NEW.png"));
#include <afxtoolbarimages.h> CPngImage image; image.Load(IDB_BITMAP_LOGO_NEW, AfxGetInstanceHandle()); // EDIT: Must cast here //m_pictureLogo.SetBitmap(image.Detach()); m_pictureLogo.SetBitmap((HBITMAP)image.Detach());
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)