Click here to Skip to main content
15,908,675 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Question Pin
micutzu5-Oct-05 2:13
micutzu5-Oct-05 2:13 
QuestionKeboard character to localized string Pin
Abyss4-Oct-05 21:02
Abyss4-Oct-05 21:02 
AnswerRe: Keboard character to localized string Pin
Ghasrfakhri5-Oct-05 1:56
Ghasrfakhri5-Oct-05 1:56 
GeneralRe: Keboard character to localized string Pin
Abyss5-Oct-05 2:17
Abyss5-Oct-05 2:17 
QuestionQuestion to the Gurus Pin
Jagadeesh VN4-Oct-05 20:21
Jagadeesh VN4-Oct-05 20:21 
AnswerRe: Question to the Gurus Pin
Roger Stoltz4-Oct-05 22:14
Roger Stoltz4-Oct-05 22:14 
GeneralRe: Question to the Gurus Pin
Jagadeesh VN5-Oct-05 0:31
Jagadeesh VN5-Oct-05 0:31 
GeneralRe: Question to the Gurus Pin
Roger Stoltz5-Oct-05 2:58
Roger Stoltz5-Oct-05 2:58 
Hi Jugs,

OK, so you have some COM servers (BHOs, MsOffice AddIns etc) and some clients (IE, MsOffice apps) that creates these servers.

And... you are talking about a new COM server (the GUI app) where the earlier mentioned servers are clients, right? Let me know if I'm way off

And... you need EventSinks in your BHOs and AddIns... Why?

Don't we have a design problem here? Who is the client/consumer and who is the server/provider?
Do you actually intend to control your clients from the GUI app server? If not; what is the purpose of the event sinks?
I don't know what you want to do with your GUI app, which means that your design may be relevant even if I find it suspicious.

Isn't the GUI app some kind of a logging application?
If so; how about using a UDP port in your GUI app (localhost) and send logging packets to that port from each server?
Each server may try to start the GUI app, but the GUI app makes sure that it is the only instance running.
Or you could write a service that write logging packets to a file readable from a GUI app.
Or some other kind of inter-process communication (WM_COPYDATA?), take your pick.

Hope you find some relevans in the above
--
Roger

-- modified at 10:34 Wednesday 5th October, 2005
Questionerror trying to open my database 'Unrecongized database format' Pin
parims4-Oct-05 20:18
parims4-Oct-05 20:18 
AnswerRe: error trying to open my database 'Unrecongized database format' Pin
S Douglas4-Oct-05 23:24
professionalS Douglas4-Oct-05 23:24 
AnswerRe: error trying to open my database 'Unrecongized database format' Pin
Manfred Staiger4-Oct-05 23:28
Manfred Staiger4-Oct-05 23:28 
GeneralRe: error trying to open my database 'Unrecongized database format' Pin
S Douglas4-Oct-05 23:44
professionalS Douglas4-Oct-05 23:44 
QuestionCTreeCtrl::HitTest returns NULL Pin
*Dreamz4-Oct-05 19:28
*Dreamz4-Oct-05 19:28 
Questionbreakpoint format Pin
Fumber kee4-Oct-05 18:32
sussFumber kee4-Oct-05 18:32 
QuestionHow to share a structure between a thread and the main program. Pin
4-Oct-05 18:28
suss4-Oct-05 18:28 
AnswerRe: How to share a structure between a thread and the main program. Pin
Cedric Moonen4-Oct-05 20:22
Cedric Moonen4-Oct-05 20:22 
GeneralRe: How to share a structure between a thread and the main program. Pin
Axter4-Oct-05 20:32
professionalAxter4-Oct-05 20:32 
GeneralRe: How to share a structure between a thread and the main program. Pin
Anonymous9-Oct-05 17:37
Anonymous9-Oct-05 17:37 
GeneralRe: How to share a structure between a thread and the main program. Pin
stkl6-Oct-05 20:06
stkl6-Oct-05 20:06 
QuestionHow to get the "all programs " menu handle? Pin
xavierkdna4-Oct-05 18:04
xavierkdna4-Oct-05 18:04 
QuestionProcess Name From Process handle Pin
ragavan4-Oct-05 18:00
ragavan4-Oct-05 18:00 
QuestionPosting string to window Pin
sthalasayanam4-Oct-05 17:39
sthalasayanam4-Oct-05 17:39 
AnswerRe: Posting string to window Pin
ThatsAlok4-Oct-05 18:33
ThatsAlok4-Oct-05 18:33 
GeneralRe: Posting string to window Pin
sthalasayanam5-Oct-05 16:50
sthalasayanam5-Oct-05 16:50 
GeneralRe: Posting string to window Pin
ThatsAlok5-Oct-05 17:46
ThatsAlok5-Oct-05 17:46 

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.