S
sumu
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..
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..