Hi John
You can remote any object that inherits from MarshalByRefObject. Since
Windows.Form inherits from MBR you should be able to remote it. But note
that 'returning' a windows form would actually return a proxy to the actual
remote object(windows form) and not the actual object.
hope this helps,
Anant Dimri
All information is provided on as it is basis
--------------------
| From: johnfofawn@hotmail.com (John)
| Newsgroups: microsoft.public.dotnet.framework.remoting
[quoted text clipped - 6 lines]
|
| John