View Single Post
Old 01-31-2005, 11:09 AM   #2 (permalink)
Iron_Cross
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

A COM component is just an object that has been programmed using the Component Object Model (COM) which is, not suprissingly, a programming model to follow. When using C#, you don't really need to concern yourself with COM obects unless you're working with legacy (pre .NET) code (such as C++ components or VB 6 [or earlier] components). Of course, just because something was programmed in these languages (and others) doesn't automatically make them COM objects, they have to have been programmed according to the component object model.
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline