Click here to Skip to main content
15,917,645 members
Home / Discussions / COM
   

COM

 
QuestionCreating only one instance Pin
ChemmieBro11-Oct-05 5:14
ChemmieBro11-Oct-05 5:14 
QuestionCreate a simple COM application Pin
Member 98603511-Oct-05 0:46
Member 98603511-Oct-05 0:46 
AnswerRe: Create a simple COM application Pin
dreamwinter19-Oct-05 22:26
dreamwinter19-Oct-05 22:26 
QuestionRetrive COM Interfaces Pin
benjamin2310-Oct-05 16:35
benjamin2310-Oct-05 16:35 
AnswerRe: Retrive COM Interfaces Pin
vishalmore11-Oct-05 1:54
vishalmore11-Oct-05 1:54 
AnswerRe: Retrive COM Interfaces Pin
User 21559711-Oct-05 8:37
User 21559711-Oct-05 8:37 
GeneralRe: Retrive COM Interfaces Pin
benjamin2311-Oct-05 16:53
benjamin2311-Oct-05 16:53 
GeneralRe: Retrive COM Interfaces Pin
User 21559711-Oct-05 21:03
User 21559711-Oct-05 21:03 
Hmmm.. I think you are looking for invoking/calling a method or property dynamically. With this assumption, I think the following interface will help solve your problem -

IDispatch

IDispatch has a method called as GetIDsOfName to which you pass the name of method and it will return you an ID. Using this ID you call another method of IDispatch, namely, Invoke. For more details please check MSDN documentation for IDispatch and its methods.

I hope this helps.

Let me know if you are looking for anything other than what I assumed.


Have a great day ahead!
Regards,
Sohail Kadiwala
(My Blog -
http://blogs.wdevs.com/sohail/[^])

modified 21-Apr-21 21:01pm.

QuestionOPC Pin
Marc Soleda10-Oct-05 4:29
Marc Soleda10-Oct-05 4:29 
Questioninsert a object when the activex container Initializing Pin
ccto6-Oct-05 6:46
ccto6-Oct-05 6:46 
QuestionWebBrowserControl & DISPID_AMBIENT_DLCONTROL Pin
AlexR1236-Oct-05 6:28
AlexR1236-Oct-05 6:28 
QuestionSafeArrayCreate(Ex) Failure.... Pin
morenz6-Oct-05 2:46
morenz6-Oct-05 2:46 
AnswerRe: SafeArrayCreate(Ex) Failure.... Pin
David_Leikis6-Oct-05 5:17
David_Leikis6-Oct-05 5:17 
GeneralRe: SafeArrayCreate(Ex) Failure.... Pin
morenz7-Oct-05 0:21
morenz7-Oct-05 0:21 
QuestionAccessing COM componenets from Java Pin
kozu5-Oct-05 8:07
kozu5-Oct-05 8:07 
AnswerRe: Accessing COM componenets from Java Pin
Carsten Leue21-Oct-05 22:45
Carsten Leue21-Oct-05 22:45 
QuestionCOM objects in VC#...client in VC++6... how??? Pin
nonothing5-Oct-05 7:55
nonothing5-Oct-05 7:55 
QuestionRegistering Proxy/stub DLL Pin
David_Leikis5-Oct-05 4:34
David_Leikis5-Oct-05 4:34 
AnswerRe: Registering Proxy/stub DLL Pin
Roger Stoltz11-Oct-05 2:31
Roger Stoltz11-Oct-05 2:31 
GeneralRe: Registering Proxy/stub DLL Pin
David_Leikis11-Oct-05 2:59
David_Leikis11-Oct-05 2:59 
GeneralRe: Registering Proxy/stub DLL Pin
Roger Stoltz11-Oct-05 3:24
Roger Stoltz11-Oct-05 3:24 
QuestionCoCreateInstance Pin
Chirag_Saglani5-Oct-05 0:46
Chirag_Saglani5-Oct-05 0:46 
AnswerRe: CoCreateInstance Pin
Jörgen Sigvardsson5-Oct-05 2:19
Jörgen Sigvardsson5-Oct-05 2:19 
GeneralRe: CoCreateInstance Pin
Chirag_Saglani5-Oct-05 17:30
Chirag_Saglani5-Oct-05 17:30 
AnswerRe: CoCreateInstance Pin
vishalmore11-Oct-05 2:07
vishalmore11-Oct-05 2:07 

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.