I am using Visual Studio 2008, I have a PNG file loaded into the resource view assigned to it by IDB_BANG_PNG.
Image management is called IDC_STATIC15.
I am having trouble trying to load a PNG into an image control.
LRESULT CALLBACK DialogProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) {
I'm a little naive when it comes to developing Win32 / GUI, doing a quick project and sticking it on, any help is appreciated.
c winapi
Jon weinraub
source share