Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / COM

COM

COM

Great Reads

by Adrian Dorache
Let's see a short example using COM objects exposed by Internet Explorer. The code below changes the color of every link in an HTML document.
by Boaz V
How to receive events from a COM object using the application message loop in a console application.
by Yuriy Kyyan
An article on creation automated interface for .NET applications.
by Florian Rosmann
COM Interop using a little post compiler. As a result, it is possible to use multithreading in combination with COM interfaces.

Latest Articles

by Adrian Dorache
Let's see a short example using COM objects exposed by Internet Explorer. The code below changes the color of every link in an HTML document.
by Boaz V
How to receive events from a COM object using the application message loop in a console application.
by Yuriy Kyyan
An article on creation automated interface for .NET applications.
by Florian Rosmann
COM Interop using a little post compiler. As a result, it is possible to use multithreading in combination with COM interfaces.

All Articles