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 |
how to repaint when working with horizontal scroll bar
How can we create thread in MFC framework?
What is the base class for most MFC classes?
If application hangs while SendMessage is waiting for the result, how you handle it?
Can you explaing the relashionship between document,frame and view ?
What is the difference between OnInitialUpdate and OnUpdate?
what is the updated verssion in vc++
What is the difference between hinsrtance and hprevinstance in WinMain function?
Which MFC function is used to display output?
What is a message map?
What are the types of button controls?
1)why we cant create more than one instance of the class Derived from CWinApp