How to access an applications form through remoting -
11-12-2007
, 02:08 PM
I want to be able to use .Net Remoting in order for a client to call a
remote object on a server, and then have the server update a control
in a form based on that call. From what I can tell, when an object
runs on the server it does not know anything about the application
that it is running inside of and the application knows nothing about
it. This means that the remote object could not access any controls
or data inside the application and the application could not access
any member variable or functions inside the object. Is there a way to
get around this?
Thanks
Zachary |