This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Real-time change ControlId_551 BITMAP
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Jul 29, 2010
11:31 PM
Real-time change ControlId_551 BITMAP
I want to change Bitmap real-time
I write an MFC application.
HBITMAP bitmap = (HBITMAP)LoadImage(NULL,"c:\\aa.bmp", IMAGE_BITMAP,0,0,LR_LOADFROMFILE);
::SendMessage(hWnd,STM_SETIMAGE, (WPARAM)IMAGE_BITMAP,(LPARAM)bitmap);
hWnd i use spy to find "ControlId_551" HWND,but it still not success.
any body can help me???
I write an MFC application.
HBITMAP bitmap = (HBITMAP)LoadImage(NULL,"c:\\aa.bmp", IMAGE_BITMAP,0,0,LR_LOADFROMFILE);
::SendMessage(hWnd,STM_SETIMAGE, (WPARAM)IMAGE_BITMAP,(LPARAM)bitmap);
hWnd i use spy to find "ControlId_551" HWND,but it still not success.
any body can help me???
(1) Reply