PDA

Click to See Complete Forum and Search --> : ActiveX EXE two client procs and one server proc.


BenHiep
Nov 11th, 2002, 03:52 AM
How do I get data from the same Activex EXE using two
client applications.

A CreateObject is succesfull, however a GetObject of the
same registered class is not possible after this registered
class is up and running in memory.

Can somebody help me out

Simon Caiger
Nov 11th, 2002, 05:10 AM
Working on a project doing exactly the same thing at the moment.
And got stuck on the same problem.
Edneeis solved it for me with the following link.

http://www.edneeis.com/

Hope this helps you as it did me.

Simon Caiger
Nov 11th, 2002, 05:12 AM
Sorry,
Forgot to say...
You need to go to the 'Samples' section there are two examples of what you want to do, they are 'ShareBetweenApps' and 'SharingWithCallbacks'