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 |
What four types of properties are supported by an ActiveX control?
What is the size of class
1)To Remove WS_MINIMIZEBOX in a Frame ?
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?
What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?
1)How to change a text of a button in runtime?
what is the use of Mutex and critical section
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
What is the difference between workrer thread and UI thread
What is the difference between regular dlls and extended dlls?
Explain in sort What is CTargetObject?
Difference between Debug and Release versions?