OLE & COM (Component Object Model) This page was last updated 11th May 2007

COM is a platform-independent, distributed, object-oriented system for creating binary software components that can interact. COM is the foundation technology for Microsoft's OLE (compound documents) and ActiveX® (Internet-enabled components) technologies, as well as others.

DragDropDemo

 

 

 

(26k zip) DragDropDemo, drop files from the desktop/explorer and drag icons onto desktop/explorer. 

This is basically an M.S. CPP demo converted to C.

Author: John

BrowserApp

 

 

 

(36k zip) A simple Browser using the IWebBrowser2 interface.

Author: John

ListComCtrls

 

 

 

(45k zip) Searches through the registry for COM controls and lists info, Type Library info and interfaces. I've not cleaned up allocated memory - it is released on exit.

Author: John

Back to main page