G
Guest
Can a form be a remote object?
If not, is there any work around... basically I want a central computer to
be controlling forms on several computers on a network?
When I try to add Inherits MarshallByRefObject to a Windows Form class, I
get the error: Base class 'System.MarshalByRefObject' specified for class
'MyForm' cannot be different from the base class 'System.Windows.Forms.Form'
of
one of its other partial types
Thanks for any pointers
If not, is there any work around... basically I want a central computer to
be controlling forms on several computers on a network?
When I try to add Inherits MarshallByRefObject to a Windows Form class, I
get the error: Base class 'System.MarshalByRefObject' specified for class
'MyForm' cannot be different from the base class 'System.Windows.Forms.Form'
of
one of its other partial types
Thanks for any pointers