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

Explain about MDI and CMultiDocTemplate ?

2 Answers  


How to find the mouse entering an image?..while entering need to display next image...

4 Answers  


Tell me the different controls in MFC ?

5 Answers  


What is LoadLibrary function returns?

7 Answers  


what is the component of CLR ?

8 Answers   AZTEC, Symphony,






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  


Differ GetMessage, PostMessage & PeakMessage?

4 Answers   Symphony,


Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer

1 Answers   TCS, Tech Mahindra,


How do I create a dialog box in mfc?

0 Answers  


what do you mean by psychic window?

2 Answers   Patni,


Given two processes, how can they share memory?

2 Answers   Microsoft,


How can i implement the dynamic menus in MFC plz give the code

2 Answers  


Categories