Click here to Skip to main content
15,888,984 members
Home / Discussions / COM
   

COM

 
QuestionVisual Studio 2010 and old Addins Pin
Bryan Anslow29-Jun-10 8:18
Bryan Anslow29-Jun-10 8:18 
QuestionUse COleInsertDialog Pin
MKC00228-Jun-10 2:56
MKC00228-Jun-10 2:56 
QuestionATL Client Application error. Pin
vasuvasanth27-Jun-10 22:58
vasuvasanth27-Jun-10 22:58 
AnswerRe: ATL Client Application error. Pin
Douglas Troy1-Jul-10 6:50
Douglas Troy1-Jul-10 6:50 
QuestionHow to Register .jar file into System Registery as COM objects? Pin
002comp27-Jun-10 18:44
002comp27-Jun-10 18:44 
AnswerRe: How to Register .jar file into System Registery as COM objects? Pin
002comp28-Jun-10 1:17
002comp28-Jun-10 1:17 
Questionhow to convert to COM server from C++ lib module Pin
DavJes22-Jun-10 1:56
DavJes22-Jun-10 1:56 
AnswerRe: how to convert to COM server from C++ lib module Pin
Douglas Troy25-Jun-10 7:27
Douglas Troy25-Jun-10 7:27 
Per your title, if this is a COM Server, then you already have access to that in .NET. Just open your .NET Project, right-click on References and select "Add references ...", click on the COM tab and find your COM server in the list of named objects. When you select it, Studio will automatically generate a .NET wrapper to your COM interfaces and you can use that code directly in your .NET project.

If it's not already a COM object, you can do it either way: create a DLL that you call into from your .NET project or a COM object that you reference in your .NET Project (as I just mentioned).

Not entirely certain this answers your question, if not, you'll need to provide more details as to what, exactly, you're wanting to accomplish.



:..::. Douglas H. Troy ::..

Bad Astronomy |VCF|wxWidgets|WTL

QuestionHow to get flash handle(ocx) in bho Pin
ZEROFIELD19-Jun-10 16:26
ZEROFIELD19-Jun-10 16:26 
AnswerRe: How to get flash handle(ocx) in bho Pin
Richard MacCutchan19-Jun-10 21:30
mveRichard MacCutchan19-Jun-10 21:30 
AnswerRe: How to get flash handle(ocx) in bho Pin
Stephen Hewitt20-Jun-10 16:02
Stephen Hewitt20-Jun-10 16:02 
GeneralRe: How to get flash handle(ocx) in bho Pin
ZEROFIELD20-Jun-10 20:36
ZEROFIELD20-Jun-10 20:36 
GeneralRe: How to get flash handle(ocx) in bho Pin
Stephen Hewitt21-Jun-10 17:30
Stephen Hewitt21-Jun-10 17:30 
GeneralRe: How to get flash handle(ocx) in bho Pin
ZEROFIELD21-Jun-10 17:58
ZEROFIELD21-Jun-10 17:58 
QuestionIssues with MSMQ Events in W2K3 64 bit server Pin
Hariharan.T16-Jun-10 9:08
Hariharan.T16-Jun-10 9:08 
QuestionExposing C# COM server events to delphi client Pin
shilan_hk11-Jun-10 22:10
shilan_hk11-Jun-10 22:10 
Answercross-post Pin
Garth J Lancaster12-Jun-10 0:27
professionalGarth J Lancaster12-Jun-10 0:27 
GeneralRe: cross-post Pin
Stephen Hewitt20-Jun-10 15:30
Stephen Hewitt20-Jun-10 15:30 
Questionregenerate wrappers for ocx library Pin
eusto10-Jun-10 8:43
eusto10-Jun-10 8:43 
AnswerRe: regenerate wrappers for ocx library Pin
Cool_Dev10-Jun-10 19:11
Cool_Dev10-Jun-10 19:11 
AnswerRe: regenerate wrappers for ocx library Pin
«_Superman_»10-Jun-10 19:13
professional«_Superman_»10-Jun-10 19:13 
GeneralRe: regenerate wrappers for ocx library Pin
Stephen Hewitt10-Jun-10 19:45
Stephen Hewitt10-Jun-10 19:45 
GeneralRe: regenerate wrappers for ocx library Pin
eusto10-Jun-10 21:14
eusto10-Jun-10 21:14 
GeneralRe: regenerate wrappers for ocx library Pin
Stephen Hewitt11-Jun-10 18:46
Stephen Hewitt11-Jun-10 18:46 
Questioncom local server Pin
vasuvasanth7-Jun-10 23:06
vasuvasanth7-Jun-10 23:06 

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.