1) create ToolTip in MFC?

Answers were Sorted based on User's Feedback



1) create ToolTip in MFC?..

Answer / sathya priya

m_pToolTip=new CToolTipCtrl;
m_pToolTip->Activate(TRUE);

Is This Answer Correct ?    19 Yes 1 No

1) create ToolTip in MFC?..

Answer / gg

EnableToolTips()

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More MFC Interview Questions

if no message handler is available for a message then will deal with the message ? does window proving any default mechanism?

2 Answers   Patni,


1)How to change the size of a button at run time ?

1 Answers  


if i modified data in 1 view how does the other view knows

2 Answers   Siemens,


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?

1 Answers  


Hi can anyone explain about the synchronization objects types and where we are using in the code.

1 Answers  


How to create a Modeless Dialog?

5 Answers  


General purpose classes in MFC

1 Answers   TCS,


What is the base class for most MFC classes?

7 Answers   CMC, Siemens,


How to convert a CString variable to char* or LPTSTR?

5 Answers   Dover,


how do u identify RTTI in vc++

4 Answers   Siemens,


Explain in sort What is CTargetObject?

2 Answers  


Name the Synchronization objects?

2 Answers  


Categories