Click here to Skip to main content
15,914,225 members
Home / Discussions / COM
   

COM

 
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 
QuestionQuestion to Gurus Pin
Jagadeesh VN4-Oct-05 20:35
Jagadeesh VN4-Oct-05 20:35 
AnswerRe: Question to Gurus Pin
vishalmore11-Oct-05 2:24
vishalmore11-Oct-05 2:24 
>>I am developing an application with several components in it. The main
>>application will have a GUI and there are several components like BHO, MS
>>Office Addins, Clipboard trackers etc. I have a problem here.

What kind of appliction is this, I mean do you have some activex control inside this application which in turn has IE instance, Office instance and so...

>>These components should communicate with the main application by some
>>means.

You can get the HWND of your applications main window... there are several ways
to get HWND, like get HWND using "caption" or "class name" for window with the
help of FindWindow API...
Once you get the HWND you can very well use "SendMessage" or "PostMessage" for
further communication...
All these things would go inside your BHO, Office addin or so...

>>Also Is it possible to create a Singleton Automation server ?
sorry no idea about the Singleton automation server...


Hope this would help you!

Cheers,
Vishal


-- modified at 8:28 Tuesday 11th October, 2005
QuestionStrange, even stranger errors with my DCOM... (Long MSG) Pin
morenz4-Oct-05 3:29
morenz4-Oct-05 3:29 
AnswerRe: Strange, even stranger errors with my DCOM... (Long MSG) Pin
morenz5-Oct-05 4:31
morenz5-Oct-05 4:31 
Questionhelp for COM ebooks Pin
rohanr2p4-Oct-05 1:58
rohanr2p4-Oct-05 1:58 
AnswerRe: help for COM ebooks Pin
morenz4-Oct-05 3:36
morenz4-Oct-05 3:36 
AnswerRe: help for COM ebooks Pin
GizzoF4-Oct-05 5:41
GizzoF4-Oct-05 5:41 
AnswerRe: help for COM ebooks Pin
Brian C Hart30-Dec-05 23:31
professionalBrian C Hart30-Dec-05 23:31 
AnswerRe: help for COM ebooks Pin
Brian C Hart30-Dec-05 23:32
professionalBrian C Hart30-Dec-05 23:32 
QuestionStore procedure access through com dll in c++ Pin
Anonymous3-Oct-05 17:15
Anonymous3-Oct-05 17:15 
AnswerRe: Store procedure access through com dll in c++ Pin
Kurt _B18-Oct-05 10:02
Kurt _B18-Oct-05 10:02 
Questionhelp req in interoperatibility of com & .net Pin
arusmemon3-Oct-05 4:17
arusmemon3-Oct-05 4:17 
QuestionCOM getting phased out ? Pin
prcontact@hotmail.com3-Oct-05 2:56
prcontact@hotmail.com3-Oct-05 2:56 
GeneralRe: COM getting phased out ? Pin
Jörgen Sigvardsson3-Oct-05 6:20
Jörgen Sigvardsson3-Oct-05 6:20 
AnswerRe: COM getting phased out ? Pin
GizzoF3-Oct-05 21:34
GizzoF3-Oct-05 21:34 
Questionword addins Pin
a0kboy3-Oct-05 2:10
a0kboy3-Oct-05 2:10 
QuestionInvokeHelper In COM Pin
nvamshi3-Oct-05 1:35
nvamshi3-Oct-05 1:35 
AnswerRe: InvokeHelper In COM Pin
Anonymous3-Oct-05 8:06
Anonymous3-Oct-05 8:06 
QuestionAxAcroPDFLib ???? Pin
Walt12330-Sep-05 0:09
Walt12330-Sep-05 0:09 

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.