How to load Bitmap at Dialogbakground in an MFC application?



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

Post New Answer

More Win32API Interview Questions

what API used to hide window

2 Answers  


How to load Bitmap at Dialogbakground in an MFC application?

1 Answers   SunSoft Technologies,


What is preemption ? context switching ?

3 Answers  


sql query for delete duplicate records in sql datadbase

0 Answers  


how radio button is active in dialog box?

1 Answers  






java is pure object oriented programming language why?

3 Answers   HCL,


what is the function to repaint a window immediately?

2 Answers  


What is Win32?

14 Answers   AAA, Genpact, HCL, Wipro,


what Message displayed when a window is destroyed

3 Answers  


what is the stack size in win 32 program

0 Answers  


What is preemption and context switching?

0 Answers  


About GDI object?

2 Answers  


Categories