Click here to Skip to main content
15,916,462 members
Home / Discussions / COM
   

COM

 
GeneralRe: Exception during assignment operation to a COM object - "Attempted to read or write protected memory" Pin
Richard MacCutchan9-Jul-10 21:19
mveRichard MacCutchan9-Jul-10 21:19 
GeneralRe: Exception during assignment operation to a COM object - "Attempted to read or write protected memory" Pin
Vi212-Jul-10 0:05
Vi212-Jul-10 0:05 
GeneralRe: Exception during assignment operation to a COM object - "Attempted to read or write protected memory" Pin
asr112214-Jul-10 2:39
asr112214-Jul-10 2:39 
QuestionDifference between COM Component and Class Pin
krishna_CP5-Jul-10 0:38
krishna_CP5-Jul-10 0:38 
AnswerRe: Difference between COM Component and Class Pin
Richard MacCutchan5-Jul-10 2:25
mveRichard MacCutchan5-Jul-10 2:25 
GeneralRe: Difference between COM Component and Class Pin
krishna_CP5-Jul-10 2:42
krishna_CP5-Jul-10 2:42 
GeneralRe: Difference between COM Component and Class Pin
Richard MacCutchan5-Jul-10 6:32
mveRichard MacCutchan5-Jul-10 6:32 
QuestionHow to read all Windows Registry subkeys of a given key? Pin
Kunal Chowdhury «IN»2-Jul-10 6:05
professionalKunal Chowdhury «IN»2-Jul-10 6:05 
AnswerRe: How to read all Windows Registry subkeys of a given key? Pin
«_Superman_»4-Jul-10 5:06
professional«_Superman_»4-Jul-10 5:06 
GeneralRe: How to read all Windows Registry subkeys of a given key? Pin
Kunal Chowdhury «IN»4-Jul-10 5:10
professionalKunal Chowdhury «IN»4-Jul-10 5:10 
QuestionOLE object containing data + multiple views of data in a compound document. Pin
Code-o-mat2-Jul-10 5:16
Code-o-mat2-Jul-10 5:16 
QuestionHow to scan registry programatically for checking the existence of COM Exe's/Dll's ? Pin
glitteringsound1-Jul-10 7:30
glitteringsound1-Jul-10 7:30 
AnswerRe: How to scan registry programatically for checking the existence of COM Exe's/Dll's ? Pin
«_Superman_»1-Jul-10 19:56
professional«_Superman_»1-Jul-10 19:56 
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 

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.