All-In-One COM Code Samples
Introduction
Microsoft COM (Component Object Model) technology in the Microsoft Windows-family of Operating Systems enables software components to communicate. COM is used by developers
to create re-usable software components, link components together to build applications, and take advantage of Windows services. COM objects can be created with a variety of programming languages. Object-oriented languages, such as C++, provide programming
mechanisms that simplify the implementation of COM objects. The family of COM technologies includes COM+, Distributed COM (DCOM) and ActiveX® Controls.
The All-In-One COM code samples demonstrate the typical programming topics about COM. These topics are either frequently asked in MSDN forums and Microsoft Support, or are requested by many developers via our
code sample request function. We want to alleviate the frustration felt by developers when they are developing COM projects.
Code Sample Graph

Visual Studio 2008 Code Samples
Download all code samples:
http://1code.codeplex.com/releases
Submit your request of COM code samples (Guidance)
