Click here to Skip to main content
15,921,028 members
Home / Discussions / COM
   

COM

 
GeneralRe: COM+ Alternatives in .NET Pin
Stephane Rodriguez.18-Aug-02 2:45
Stephane Rodriguez.18-Aug-02 2:45 
GeneralPlugin can`t access Outlook contacts w/o warning message! :wtf: Pin
LukeV15-Aug-02 4:01
LukeV15-Aug-02 4:01 
GeneralRe: Plugin can`t access Outlook contacts w/o warning message! :wtf: Pin
LukeV15-Aug-02 4:16
LukeV15-Aug-02 4:16 
GeneralRe: Plugin can`t access Outlook contacts w/o warning message! :wtf: Pin
b_p_smith26-Aug-02 13:29
b_p_smith26-Aug-02 13:29 
GeneralCOM/OLE in .NET Pin
zet15-Aug-02 1:27
zet15-Aug-02 1:27 
GeneralRe: COM/OLE in .NET Pin
Stephane Rodriguez.15-Aug-02 21:07
Stephane Rodriguez.15-Aug-02 21:07 
GeneralRe: COM/OLE in .NET Pin
zet16-Aug-02 4:09
zet16-Aug-02 4:09 
GeneralRe: COM/OLE in .NET Pin
Stephane Rodriguez.18-Aug-02 3:11
Stephane Rodriguez.18-Aug-02 3:11 
There is no more real COM on native CLR apps.

Using System.Interop services, you have access to some form of lower plummering, even though most of it is totally hidden to the .Net developer. Simple COM structures such like CLSIDs and so on don't even exist, you'll have to recreate them from scratch, and then use interop marshalling (which is easy btw).
This article is an interesting implementation of some interop.

As for Visio menus, OLE, and so on, I am afraid all developers that have such needs will have to stick to mere VC++.



And I swallow a small raisin.

QuestionIObjectContext: how to add something ? Pin
Daniel Turini14-Aug-02 4:47
Daniel Turini14-Aug-02 4:47 
GeneralMIDL compile problem Pin
alma14-Aug-02 4:44
alma14-Aug-02 4:44 
GeneralRe: MIDL compile problem Pin
alma14-Aug-02 7:03
alma14-Aug-02 7:03 
QuestionActivating IE proxy settings...? Pin
Tommy Svensson14-Aug-02 0:53
Tommy Svensson14-Aug-02 0:53 
AnswerRe: Activating IE proxy settings...? Pin
Daniel Turini14-Aug-02 4:58
Daniel Turini14-Aug-02 4:58 
AnswerRe: Activating IE proxy settings...? Pin
Tommy Svensson14-Aug-02 21:59
Tommy Svensson14-Aug-02 21:59 
QuestionHow can I pass a string from ActiveX to Javascript Pin
codeminder13-Aug-02 4:13
codeminder13-Aug-02 4:13 
AnswerRe: How can I pass a string from ActiveX to Javascript Pin
Ernest Laurentin13-Aug-02 16:31
Ernest Laurentin13-Aug-02 16:31 
GeneralRe: How can I pass a string from ActiveX to Javascript Pin
codeminder13-Aug-02 20:11
codeminder13-Aug-02 20:11 
QuestionAnybody has any example of automating folders/contacts in outlook??? Pin
LukeV13-Aug-02 2:20
LukeV13-Aug-02 2:20 
AnswerRe: Anybody has any example of automating folders/contacts in outlook??? Pin
LukeV13-Aug-02 2:58
LukeV13-Aug-02 2:58 
QuestionCOM API ???? Pin
Ayyaz10-Aug-02 0:48
Ayyaz10-Aug-02 0:48 
AnswerRe: COM API ???? Pin
Giles10-Aug-02 2:03
Giles10-Aug-02 2:03 
AnswerRe: COM API ???? Pin
Anonymous14-Aug-02 7:32
Anonymous14-Aug-02 7:32 
Generalvector of smart pointers Pin
Jeremy Pullicino8-Aug-02 21:48
Jeremy Pullicino8-Aug-02 21:48 
GeneralRe: vector of smart pointers Pin
NormDroid10-Aug-02 0:56
professionalNormDroid10-Aug-02 0:56 
GeneralRe: vector of smart pointers Pin
Paul M Watt15-Aug-02 20:11
mentorPaul M Watt15-Aug-02 20:11 

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.