19)how to set Back Ground Picture to a Dialog Box in MFC ?



19)how to set Back Ground Picture to a Dialog Box in MFC ?..

Answer / 106743013743

Use SetBackGroundPicture()

Ex: in OnInitDialog(),

SetBackgroundImage(IDB_CITY);

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More MFC Interview Questions

What four types of properties are supported by an ActiveX control?

1 Answers  


What is the size of class

18 Answers   Aircom,


1)To Remove WS_MINIMIZEBOX in a Frame ?

1 Answers  


I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?

1 Answers  


What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?

5 Answers   Atos Origin,






1)How to change a text of a button in runtime?

2 Answers  


what is the use of Mutex and critical section

2 Answers  


How WM_PAINT message gets called in MFC,please explain it . a)Who calls the WM_PAINT message? b)When it gets called? c)how it comes to message queue? Please Explain it

8 Answers  


What is the difference between workrer thread and UI thread

3 Answers   HCL,


What is the difference between regular dlls and extended dlls?

2 Answers  


Explain in sort What is CTargetObject?

2 Answers  


Difference between Debug and Release versions?

4 Answers  


Categories