What interface must be supported by an ActiveX control?

Answers were Sorted based on User's Feedback



What interface must be supported by an ActiveX control?..

Answer / manish

IDispatch interface

Is This Answer Correct ?    5 Yes 2 No

What interface must be supported by an ActiveX control?..

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

Post New Answer

More MFC Interview Questions

What does mfc stand for?

1 Answers  


How to setup a timer?

3 Answers   IBM,


What is the difference between GetMessage and PeekMessage ?

3 Answers  


What is the base class for MFC Framework ?

2 Answers   Mphasis,


How can we create thread in MFC framework?

3 Answers  


What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?

5 Answers   Atos Origin,


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);

2 Answers  


Whats is DDX & DDV in MFC?

1 Answers   HCL,


What is CArchive class dowes?

4 Answers  


What is document-view architecture ? Give me one real time example for SDI ?

2 Answers  


What is the difference between OnInitialUpdate and OnUpdate?

5 Answers  


1)How to change the size of a button at run time ?

1 Answers  


Categories