I was palnning for a distributed application in which all the forms will be residing at server.Depending on the request of client,the server will pass the form.For that i used a server Interface class which inheris MarshalByRefObject.In that i have afunction which returns a form
When I return a string or object it is working fine , but when i pass a form it works and the form is transferred.But the form poperties are not set properly.(I also tried serialization of the form object.It didn,t work
Any code Gurus please help......
|