DCOM - TechRepublic
Question
December 7, 2007 at 07:38 AM
hans.heijstee

DCOM

by hans.heijstee . Updated 16 years, 9 months ago

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

This discussion is locked

All Comments