What interface must be supported by an ActiveX control?
Answers were Sorted based on User's Feedback
Answer / krishna akkulu
An ActiveX control is essentially a simple OLE object that
supports the IUnknown interface.
| Is This Answer Correct ? | 1 Yes | 0 No |
What does mfc stand for?
How to setup a timer?
What is the difference between GetMessage and PeekMessage ?
What is the base class for MFC Framework ?
How can we create thread in MFC framework?
What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?
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);
Whats is DDX & DDV in MFC?
What is CArchive class dowes?
What is document-view architecture ? Give me one real time example for SDI ?
What is the difference between OnInitialUpdate and OnUpdate?
1)How to change the size of a button at run time ?