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 |
Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
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.
How to find the mouse entering an image?..while entering need to display next image...
What is the use of message map ?
What are the special requirements for dialog box resources used in a form view?
How do you change the properties for a tree view control that is part of the CTreeView class?
What function is used to disable a control at runtime?
Why not virtual functions to handle messages?
what is the size of a process
Tell me the work of HTREDUCE and HTZOOM
What is the difference between hinsrtance and hprevinstance in WinMain function?