What MFC base classes provide support for ActiveX controls?
Answers were Sorted based on User's Feedback
Answer / arvin
Every ActiveX control object you develop inherits a powerful
set of features from its MFC base class, COleControl.
From MSDN
| Is This Answer Correct ? | 1 Yes | 1 No |
Why not virtual functions to handle messages?
1)To Remove WS_MINIMIZEBOX in a Frame ?
1)How to change a text of a button in runtime?
What function is called by a document class to notify views that the document has been changed?
what message is sent to an application when the user presses the primary button?
what is the updated verssion in vc++
What is socket?
What is mfc class hierarchy?
how to repaint when working with horizontal scroll bar
what is the use of CCmdTarget?
What is a message map, and what is the advantage of a message map over virtual functions?
What is the difference between regular dlls and extended dlls?