All-In-One COM Code Samples
Introduction: What is COM?
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.
Code Sample Graph
Visual Studio 2008 Code Samples
Visual Studio 2010 Code Samples
Download all code samples: http://1code.codeplex.com/releases
Request more COM code samples from Microsoft All-In-One Code Framework (Guidance)