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 |
How to update windows title bar dynamically?
What is model and modeless dialog box ? Give some examples?
What is socket?
What is the use of OninitDialog ?
How to convert a CString variable to char* or LPTSTR?
What is the base class for most MFC classes?
1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
What is difference between the TCP/IP and UDP socket
What are the differences between MFC Exception macros and C++ exception keywords?
if no message handler is available for a message then will deal with the message ? does window proving any default mechanism?
How many types of dialog box are their