VB6 / COM Question



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







.



Relevant Pages

  • VB problem
    ... Does anyone know how to create an ActiveX EXE Server that raises events ... which can be captured by muliple clients? ... I need the event to be raised in both applications. ...
    (microsoft.public.vb.general.discussion)
  • Re: VB problem
    ... Tony Proctor ... which can be captured by muliple clients? ... I have two applications that are both clients. ... I have the ActiveX EXE properties set to "MultiUse" and using a Thread ...
    (microsoft.public.vb.general.discussion)
  • Re: Pondering the dev tool landscape from an outsider
    ... Currently, my VB app consists of the main project, several COM DLL's, ... and one ActiveX EXE server (to provide the multithreading support, ... fruit *seems* like it would be the DLL's and ActiveX exe. ...
    (borland.public.delphi.non-technical)
  • Re: help please --- how to unload activex exe when client crashes
    ... > I have a singleton ActiveX EXE server made in VB. ... the ActiveX exe gets unloaded properly. ... > * How can I unload the ActiveX exe, ... The client app can change the ...
    (microsoft.public.vb.com)
  • Re: help please --- how to unload activex exe when client crashes
    ... Jim ... >> I have a singleton ActiveX EXE server made in VB. ... the ActiveX exe gets unloaded properly. ... The client app can change the ...
    (microsoft.public.vb.com)

Loading