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 Message to limit the size of window?
what is the stack size in win 32 program
Explain Win32 Program Execution flow?
About GDI object?
how radio button is active in dialog box?
what is the difference between MFC and Win32
5 Answers ArisGlobal, Microsoft,
What is System call executable binary file into a process?
What is preemption and context switching?
System call executable binary file into a process
what are the design patterns of an MFC application
5 Answers Samsung, SunSoft Technologies,
sql query for delete duplicate records in sql datadbase
win 3.1 supports which type of multi tasking?