VB6 / COM Question
- From: "Darren Brook" <brook.d@xxxxxxxxxxxxxx>
- Date: Fri, 8 Dec 2006 15:05:46 -0000
Does anyone know how to create an ActiveX EXE Server that raises events
which can be captured by muliple clients?
So, I have two applications that are both clients. I need to pass data via
the activex exe from one application to the other. The messages will be
"captured" as in the event handler, the code will check one of the
paramaters that contains a simple string that represents the recipients
"address" (these strings could be just "App1" and "App2".
I've tried to do this but it only raises the event in the application that
is sending the message. I need the event to be raised in both applications.
I have the ActiveX EXE properties set to "MultiUse" and using a Thread Pool
of 1.
Any help or advice would be very welcome as this is really causing me some
problems.
Many thanks,
Darren
--
Darren Brook
email: darrenbrook@xxxxxxxxxxxxx
.
- Follow-Ups:
- Re: [MULTIPOSTED] VB6 / COM Question
- From: Ken Halter
- Re: [MULTIPOSTED] VB6 / COM Question
- Prev by Date: Re: Enable right click in VB2005 xpress
- Next by Date: Re: Parsing through a .VBP file to list forms used
- Previous by thread: Re: Enable right click in VB2005 xpress
- Next by thread: Re: [MULTIPOSTED] VB6 / COM Question
- Index(es):
Relevant Pages
|
Loading