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

List out the basic features of MFC.

4 Answers   Mphasis,


What is stack size in win32 program?

1 Answers   HCL,


i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required

3 Answers   Patni,


How to convert the content of buffer into lower case character.

3 Answers   E Logic,


what are the feauters of CObject

4 Answers   Siemens, Wipro,






What is the difference between Extension DLL and Regular DLL?

6 Answers   GE,


Given two processes, how can they share memory?

2 Answers   Microsoft,


Explain about MDI and CMultiDocTemplate ?

2 Answers  


Can you explaing the relashionship between document,frame and view ?

2 Answers  


1)dynamic creation of a Button ?

2 Answers   TCS,


How do I create a dialog box in mfc?

0 Answers  


What are the differences between MFC Exception macros and C++ exception keywords?

2 Answers  


Categories