1) create ToolTip in MFC?
Answers were Sorted based on User's Feedback
Answer / sathya priya
m_pToolTip=new CToolTipCtrl;
m_pToolTip->Activate(TRUE);
| Is This Answer Correct ? | 19 Yes | 1 No |
what if we provide two message handler for same message ?
1) How do you Destroy a Dialog Box ?
what is the use of CCmdTarget?
How you find memory leaks?
What is the difference between the SDI and MDI
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 the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?
What is the difference between Struts and JSF? Pls list some most suitable differences.
is it possible to display a window .without using windowclass
What is the range of intensity of RGB
what is the use of CWinApp class?
What is model and modeless dialog box ? Give some examples?