Click here to Skip to main content
15,910,210 members
Home / Discussions / COM
   

COM

 
QuestionDesign Help Pin
dwh6324-Sep-05 18:51
dwh6324-Sep-05 18:51 
QuestionA Juicy COM Bug Pin
mango_lier24-Sep-05 13:57
mango_lier24-Sep-05 13:57 
GeneralRe: A Juicy COM Bug Pin
Jörgen Sigvardsson24-Sep-05 23:20
Jörgen Sigvardsson24-Sep-05 23:20 
QuestionExample of Custom marshelling in COM Pin
Bhargava Alanka24-Sep-05 2:00
Bhargava Alanka24-Sep-05 2:00 
QuestionChat application b/w web application Pin
irshad ali23-Sep-05 21:27
irshad ali23-Sep-05 21:27 
QuestionIphelper API Pin
Mukhan23-Sep-05 10:26
Mukhan23-Sep-05 10:26 
QuestionCOM Help Pin
amitgh22-Sep-05 20:11
amitgh22-Sep-05 20:11 
AnswerRe: COM Help Pin
rwestgraham23-Sep-05 9:06
rwestgraham23-Sep-05 9:06 
In a nutshell ...

Component Object Model.

COM is a set of specifications and services designed to allow the following:

Modular code components can be written in any COM language and called from any other COM language. Example, a COM component created in C++ can be used by VB and in some case edven VBScript.

COM components can be changed within certain specs and swapped out without recompiling the application that uses them. So you can fix or upgrade functionality in a COM object ,and install the upgrade without having to change the application itself.

COM supports distributed applications - in other words an application can use a COM component but the actual location is transparent to the application. So an application that uses a COM component does not know and does not care if the component is in the same folder, in a different folder, or on a completely different machine in a network.
GeneralRe: COM Help Pin
amitgh25-Sep-05 18:37
amitgh25-Sep-05 18:37 
GeneralRe: COM Help Pin
rwestgraham26-Sep-05 4:10
rwestgraham26-Sep-05 4:10 
QuestionInterface leak Pin
mango_lier22-Sep-05 11:45
mango_lier22-Sep-05 11:45 
AnswerRe: Interface leak Pin
Anonymous23-Sep-05 5:30
Anonymous23-Sep-05 5:30 
GeneralRe: Interface leak Pin
mango_lier23-Sep-05 6:58
mango_lier23-Sep-05 6:58 
Questionproblem with imnact.h Pin
rajeevktripathi22-Sep-05 1:40
rajeevktripathi22-Sep-05 1:40 
QuestionDebugging DLL Pin
Venkata Rama Subbarao21-Sep-05 22:49
Venkata Rama Subbarao21-Sep-05 22:49 
AnswerRe: Debugging DLL Pin
rwestgraham22-Sep-05 11:55
rwestgraham22-Sep-05 11:55 
GeneralRe: Debugging DLL Pin
Venkata Rama Subbarao28-Sep-05 0:51
Venkata Rama Subbarao28-Sep-05 0:51 
QuestionTo restore menu items of context menu in IE after adding custom items Pin
aaBad21-Sep-05 16:58
aaBad21-Sep-05 16:58 
QuestionOutlook Options Dialog Pin
Geralzibob21-Sep-05 12:30
Geralzibob21-Sep-05 12:30 
Questionexample project where in ROT is used Pin
Bhargava Alanka20-Sep-05 4:03
Bhargava Alanka20-Sep-05 4:03 
QuestionExample of Com component where ROT is used Pin
Bhargava Alanka20-Sep-05 2:15
Bhargava Alanka20-Sep-05 2:15 
AnswerRe: Example of Com component where ROT is used Pin
Roger Stoltz20-Sep-05 3:07
Roger Stoltz20-Sep-05 3:07 
QuestionSNMP++ and AGENT++ Pin
Mukhan20-Sep-05 1:41
Mukhan20-Sep-05 1:41 
Questionhow to know that the Local server is running Pin
Bhargava Alanka20-Sep-05 0:43
Bhargava Alanka20-Sep-05 0:43 
AnswerRe: how to know that the Local server is running Pin
Roger Stoltz20-Sep-05 0:55
Roger Stoltz20-Sep-05 0:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.