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 |
1) How do you Destroy a Dialog Box ?
What is the base class for most MFC classes?
How to setup a timer?
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 the ASSERT and VERIFY macros?
what is functioning of DIalodDataXchange ..?
What is the use of CObject::Dump function ?
what is the updated verssion in vc++
what is message loop how mfc does it internally?
What is the difference between workrer thread and UI thread
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
How to find the mouse entering an image?..while entering need to display next image...