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 |
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
What is CSingleDocTemplate?
How you find memory leaks?
Tell me the work of HTREDUCE and HTZOOM
What is the difference between Extension DLL and Regular DLL?
1)how to Display the File Dialog Box, in MFC ?
General purpose classes in MFC
1)does Frame Thickness in MFC?
How can update edit control data of an executing application from other application?
How to update all the views whenver document got updated ?
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
Explain the flow of SDI application?