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

COM

 
AnswerRe: Clipboard through COM Pin
Stephen Hewitt4-Feb-10 23:34
Stephen Hewitt4-Feb-10 23:34 
QuestionCreating a COM object from a regular DLL (C++) Pin
etomacruz3-Feb-10 16:07
etomacruz3-Feb-10 16:07 
AnswerRe: Creating a COM object from a regular DLL (C++) Pin
Stuart Dootson3-Feb-10 20:21
professionalStuart Dootson3-Feb-10 20:21 
GeneralRe: Creating a COM object from a regular DLL (C++) Pin
etomacruz3-Feb-10 23:06
etomacruz3-Feb-10 23:06 
QuestionCOM requirment Pin
davarun19-Jan-10 4:59
davarun19-Jan-10 4:59 
AnswerRe: COM requirment Pin
Richard MacCutchan19-Jan-10 8:49
mveRichard MacCutchan19-Jan-10 8:49 
AnswerRe: COM requirment Pin
«_Superman_»19-Jan-10 18:46
professional«_Superman_»19-Jan-10 18:46 
GeneralRe: COM requirment Pin
davarun20-Jan-10 3:55
davarun20-Jan-10 3:55 
Questionexport DataGridView to excel 2007 in c# Pin
H.R18-Jan-10 18:19
H.R18-Jan-10 18:19 
QuestionDECLARE_INTERFACE macro Pin
Klempie17-Jan-10 23:41
Klempie17-Jan-10 23:41 
AnswerRe: DECLARE_INTERFACE macro Pin
Stuart Dootson18-Jan-10 0:19
professionalStuart Dootson18-Jan-10 0:19 
GeneralRe: DECLARE_INTERFACE macro Pin
Klempie18-Jan-10 0:24
Klempie18-Jan-10 0:24 
GeneralRe: DECLARE_INTERFACE macro Pin
Stuart Dootson18-Jan-10 0:44
professionalStuart Dootson18-Jan-10 0:44 
GeneralRe: DECLARE_INTERFACE macro Pin
Klempie18-Jan-10 2:51
Klempie18-Jan-10 2:51 
Questionhow to create a wrapper for r com server in C#, which involves R programming and its integration with C# . What is meant by a com Wrapper??? Pin
scorpio2217-Jan-10 18:06
scorpio2217-Jan-10 18:06 
AnswerRe: how to create a wrapper for r com server in C#, which involves R programming and its integration with C# . What is meant by a com Wrapper??? Pin
«_Superman_»17-Jan-10 18:45
professional«_Superman_»17-Jan-10 18:45 
GeneralRe: how to create a wrapper for r com server in C#, which involves R programming and its integration with C# . What is meant by a com Wrapper??? Pin
scorpio2218-Jan-10 1:50
scorpio2218-Jan-10 1:50 
GeneralRe: how to create a wrapper for r com server in C#, which involves R programming and its integration with C# . What is meant by a com Wrapper??? Pin
«_Superman_»18-Jan-10 23:51
professional«_Superman_»18-Jan-10 23:51 
GeneralRe: how to create a wrapper for r com server in C#, which involves R programming and its integration with C# . What is meant by a com Wrapper??? Pin
scorpio2219-Jan-10 2:54
scorpio2219-Jan-10 2:54 
QuestionHow to display a pdf file in browser through asp.net 3.5 Pin
ashish250417-Jan-10 8:44
ashish250417-Jan-10 8:44 
AnswerRe: How to display a pdf file in browser through asp.net 3.5 Pin
«_Superman_»17-Jan-10 18:46
professional«_Superman_»17-Jan-10 18:46 
QuestionHow to access COM component in general ??? Pin
davarun13-Jan-10 22:00
davarun13-Jan-10 22:00 
AnswerRe: How to access COM component in general ??? Pin
Stuart Dootson13-Jan-10 23:25
professionalStuart Dootson13-Jan-10 23:25 
AnswerRe: How to access COM component in general ??? Pin
«_Superman_»14-Jan-10 16:05
professional«_Superman_»14-Jan-10 16:05 
I'm familiar with 3 ways to access an in-proc COM component -

You can use the COM APIs like CoCreateInstance to access the component.
You can use #import to instantiate the COM component using its type library and also create smart pointers for all its interfaces.
You can use ATL smart pointer classes like CComPtr to access the COM component.

«_Superman
I love work. It gives me something to do between weekends.

Microsoft MVP (Visual C++)

GeneralRe: How to access COM component in general ??? Pin
davarun15-Jan-10 2:42
davarun15-Jan-10 2:42 

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.