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 |
if no message handler is available for a message then will deal with the message ? does window proving any default mechanism?
1)How to change the size of a button at run time ?
if i modified data in 1 view how does the other view knows
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?
Hi can anyone explain about the synchronization objects types and where we are using in the code.
How to create a Modeless Dialog?
General purpose classes in MFC
What is the base class for most MFC classes?
How to convert a CString variable to char* or LPTSTR?
how do u identify RTTI in vc++
Explain in sort What is CTargetObject?
Name the Synchronization objects?