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

Which CPrintInfo member variable must be set for multiple page printouts?

1 Answers  


If there is more than 100 control in a window how we can change the Taborder of a controls

4 Answers   Satyam,


what is the use of Mutex and critical section

2 Answers  


1)How to create ToolTip in MFC?

2 Answers  


What?s the difference between Modal and Modeless Dialog?

12 Answers   Jekson, Usl India,






If application hangs while SendMessage is waiting for the result, how you handle it?

2 Answers  


Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A. Explain how a pointer to function can be declared in C++? B. List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header ("Include") Files.

3 Answers   ABC, HCL, Infosys,


What is the initial function to be called in MFC and what it will do

11 Answers   Infosys,


Does the application have more than one object? If Yes, Briefly explain.

2 Answers   Soltius Infotech,


How to access document object from view ?

1 Answers  


In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?

3 Answers   Financial Technologies,


What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example

6 Answers  


Categories