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 does conditionally close the Dialog Box ?
How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?
I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?
What is a message map?
Explain StretchBlt and BitBlt
What is the use of UpdateData funciton ?
Explain Doc/View architecture
1)set the Title for The File DialogBox, in MFC?
What is the difference between regular dlls and extended dlls?
In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?
3 Answers Financial Technologies,
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
what is the updated verssion in vc++