I am doing a simple chat server using .net remoting. When client
application in my system gets a message, i call a method which creates
a new object of a form to display message..The problem is i cant call
Show method or Showdialog.
if i call Show method, the form is not being displayed.
if i call showdialog the form gets displayed, but the form which i
used to send message to this app gets stuck..
i tried invoke method.that failed.anyways invokerequird is always
false in my case as am creating new object of form in the method which
gets called remotely..
any help pls..
Herfried K. Wagner [MVP] - 21 Feb 2007 14:47 GMT
"sumu" <sumeshjose@gmail.com> schrieb:
>I am doing a simple chat server using .net remoting. When client
> application in my system gets a message, i call a method which creates
[quoted text clipped - 6 lines]
> false in my case as am creating new object of form in the method which
> gets called remotely..
I suggest to post some code.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>