=?Utf-8?B?QkFERVI=?= <BADER@discussions.microsoft.com> wrote in
news:749E50F3-65AA-46B5-91D3-F738CB0AFC41@microsoft.com:
[quoted text, click to view] > Thanx for reply...
> But there are 2 more things , I would like you to clarify for me
> 1- "someuri" .. ???
someURI is an abirtrary URI (name for object).
[quoted text, click to view] > 2- In the Client App, how to create an object of the Server From and
> how to
> Activate it.
On the client side, use Activator.GetType.
Since the client has no access to the form - you create an interface which
contains all the function you need. The server form will implement the
interface. The client will use the interface to call remote functions.