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 is the size of class
What are the advantages of using Doc/View or SDI over DialogBox
What is the difference between Extension DLL and Regular DLL?
what is the use of Mutex and critical section
how u can move CDC pointer to one line in cview?
What is the difference between the ASSERT and VERIFY macros?
What is the use of CObject::Dump function ?
How to find the mouse entering an image?..while entering need to display next image...
What is the difference between OnInitialUpdate and OnUpdate?
how many types of classes are ther,what are that
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
What is LoadLibrary function returns?