Hello,
I am writing an appllication with the use of DCOM in Visual Basic 6.
I have created the server and 1 client. This works fine, I do a call to a method and the server raises an event, which the client handles.
But when I build the same eventhandler in another client application, the event is not raised… I expected the RaiseEvent to also raise the event in the second application…
Is this possible? Or am I doing something wrong?
Thanks in advance,
Greets Hans