No, this would work:
SendDlgItemMessage(hDlg, IDC_IMAGE, STM_SETIMAGE, IMAGE_BITMAP, (LPARAM)hBitmap);
You get the hBitmap from a previous call to LoadImage or LoadBitmap or other functions that return a HBITMAP.
|
Results 1 to 5 of 5
Thread: Dialog box manipulation...Threaded View
|
Click Here to Expand Forum to Full Width |