How to load Bitmap at Dialogbakground in an MFC application?
Answer / john k gummadi
In OnInitDialog:
-----------------
1. Create CBitmap from the bitmap.
2. Create a memory DC (CDC)
3. Put the CBitmap into the memory DC (Use
CDC::SelectObject function).
In OnPaint:
------------
4. Get your dialog DC (CDialog::GetDC)
5. Do BitBlt or StretchBlt on dialog DC with memory DC as
source DC (this will paint the bitmap on your dialog).
6. Release dialog DC (ReleaseDC function)
| Is This Answer Correct ? | 13 Yes | 0 No |
What is Function entry for DLL in win3.1?
Explain Win32 Program Execution flow?
About GDI object?
In Win32 application can we use CString datatype?
What are the COM components
2 Answers SunSoft Technologies,
What is GDI object?
what are the design patterns of an MFC application
5 Answers Samsung, SunSoft Technologies,
Message to limit the size of window
write About send message and post message
How to load Bitmap at Dialogbakground in an MFC application?
1 Answers SunSoft Technologies,
Function entry for DLL in win3.1
what is use of the createWindow object