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 |
Explain Win32 Program Execution flow?
how to Initialize contents of a dialog?
What is Win32?
14 Answers AAA, Genpact, HCL, Wipro,
how radio button is active in dialog box?
Message to limit the size of window
to take three string inputs in a two dimensional array of 3 rows and 15 columns and write a function that prints them.
what is the stack size in win 32 program
What is System call executable binary file into a process?
How will we unable and disable services in win 7 ?
Function entry for DLL in win3.1
What is Function entry for DLL in win3.1?
what is use of the createWindow object