Click here to Skip to main content
15,909,199 members
Home / Discussions / COM
   

COM

 
AnswerRe: Failed to import COM dll in C++ into C# in .NET 2005 Pin
myshketer5-Sep-07 2:50
myshketer5-Sep-07 2:50 
QuestionDCOM Server question Pin
PaulCammy3-Sep-07 11:31
PaulCammy3-Sep-07 11:31 
AnswerRe: DCOM Server question Pin
Hubert Mayer14-Sep-07 5:13
Hubert Mayer14-Sep-07 5:13 
QuestionImplementing IDownloadManager & download() method.. Pin
p33ks3-Sep-07 3:54
p33ks3-Sep-07 3:54 
SuggestioncsExWBv2.0.0.2 + TrueDownloaderIE Pin
xinkmt7-Dec-11 16:08
xinkmt7-Dec-11 16:08 
QuestionMSWord COM Addin problem Pin
Tarek Jabri3-Sep-07 2:09
Tarek Jabri3-Sep-07 2:09 
Questioninspect DLL for IDispatch methods Pin
Chris Losinger1-Sep-07 11:02
professionalChris Losinger1-Sep-07 11:02 
AnswerRe: inspect DLL for IDispatch methods Pin
Jörgen Sigvardsson1-Sep-07 11:44
Jörgen Sigvardsson1-Sep-07 11:44 
If the DLL has a type library, load it with LoadTypeLib[Ex] and iterate through it. I would suggest using the Ex-version of the function, as you can tell it explicitly not to register the library.

You will also have to dig out docs for the ITypeLibrary interface (and friends).

If you do not have access to a type library (not very likely, since it's a dispatch object), you'd have to create the component and QueryInterface().


--
Presented in doublevision (where drunk)

GeneralRe: inspect DLL for IDispatch methods Pin
Chris Losinger1-Sep-07 17:45
professionalChris Losinger1-Sep-07 17:45 
GeneralRe: inspect DLL for IDispatch methods Pin
Jörgen Sigvardsson2-Sep-07 7:04
Jörgen Sigvardsson2-Sep-07 7:04 
GeneralRe: inspect DLL for IDispatch methods Pin
User 2155972-Sep-07 9:08
User 2155972-Sep-07 9:08 
QuestionActiveX object not showing up in IE [modified] Pin
MadHed31-Aug-07 2:29
MadHed31-Aug-07 2:29 
AnswerRe: ActiveX object not showing up in IE Pin
charlieg22-Oct-07 13:46
charlieg22-Oct-07 13:46 
QuestionC++ XPCOM componenet - Linker Error Pin
veer_in30-Aug-07 20:51
veer_in30-Aug-07 20:51 
AnswerRe: C++ XPCOM componenet - Linker Error Pin
prasad_som30-Aug-07 21:14
prasad_som30-Aug-07 21:14 
QuestionRe: C++ XPCOM componenet - Linker Error Pin
veer_in30-Aug-07 23:23
veer_in30-Aug-07 23:23 
AnswerRe: C++ XPCOM componenet - Linker Error Pin
prasad_som31-Aug-07 1:21
prasad_som31-Aug-07 1:21 
GeneralRe: C++ XPCOM componenet - Linker Error Pin
veer_in31-Aug-07 1:59
veer_in31-Aug-07 1:59 
QuestionActive Directory Service Intertface ADsGetObject fails with 80004002 Pin
Killer329-Aug-07 20:23
Killer329-Aug-07 20:23 
QuestionVB Application breaks with .net 2.0 dll Pin
saswatpadhan29-Aug-07 7:46
saswatpadhan29-Aug-07 7:46 
AnswerRe: VB Application breaks with .net 2.0 dll Pin
User 21559729-Aug-07 12:23
User 21559729-Aug-07 12:23 
QuestionI have a problem with COM ( object is Internet Explorer ) Pin
conchocon9129-Aug-07 6:45
conchocon9129-Aug-07 6:45 
AnswerRe: I have a problem with COM ( object is Internet Explorer ) Pin
Michael Dunn29-Aug-07 7:43
sitebuilderMichael Dunn29-Aug-07 7:43 
GeneralRe: I have a problem with COM ( object is Internet Explorer ) Pin
conchocon9129-Aug-07 18:41
conchocon9129-Aug-07 18:41 
QuestionProblem in registering a COM component. Pin
rajeev8229-Aug-07 2:56
rajeev8229-Aug-07 2:56 

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.