ActiveX

A good pdf file about COM http://methods.distance.cmu.edu/shared/lect/COM-1.pdf

Microsoft’s Component Object Model (COM™)

 

ActiveX Programming with Visual C++ http://cplus.h1.ru/cplus/activx/

 

COM/DCOM BenKhaldoun KAMEL http://perso.club-internet.fr/kamel/html/comdcom/

COM/DCOM under MFC

 

Connection Points http://msdn.microsoft.com/library/devprods/vs6/visualc/vccore/_core_connection_points.htm

MSDN Library - Visual Studio 6.0 Documentation - Visual C++ Documentation - Visual C++ Programmer's Guide. Excerpt: Connection Points Home This article explains how to implement connection points (formerly known as OLE connection points) using CCmdTarget and CConnectionPoint.

 

MFC Black Book - Table of Contents http://ccfit.nsu.ru/programming/MFC/MFCBlackBook/main.html

MFC black book – a very nice tutorial about MFC

 

DevelopingTheControl http://msdn.microsoft.com/msdn-online/workshop/components/activex/magic.asp

A four part paper on ActiveX control and DCOM sample which includes building the pusher client application, adding a connection point to the server, and developing the ActiveX control