What is the base class for MFC
Answers were Sorted based on User's Feedback
Answer / ramesh pedhamalla
CObject is the base class for all the MFC classes.
| Is This Answer Correct ? | 22 Yes | 3 No |
Answer / sameer jagtap
CObject is the base Class for most of the MFC classes. Not
for all MFC classes
| Is This Answer Correct ? | 18 Yes | 0 No |
What is Multithreading
how can u change button shape at run time
What is the use of message map ?
How to handle dynamic menus in MFC?
WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE
4 Answers Google, Microsoft, TCS,
What is stack size in win32 program?
how do u identify RTTI in vc++
Which MFC function is used to display output?
What function is called by a document class to notify views that the document has been changed?
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);
Why not virtual functions to handle messages?
what if we provide two message handler for same message ?