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 |
Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer
If i derive a new class from CObject what are the basic features my derived wil get ?
Hi can anyone explain about the synchronization objects types and where we are using in the code.
Explain in sort What is CTargetObject?
What is the use of CCmdTarget ?
How can server communicate with more than one client
Does the application have more than one object? If Yes, Briefly explain.
what are the feauters of CObject
What is serialization ?which function is responsible for serializing data ?
How to create a Modeless Dialog?
What is userdefine Messages in MFC?
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example