Click to See Complete Forum and Search --> : Bug?


seesharp
May 23rd, 2002, 05:17 AM
This is a chat application where I'm using HTTPChannels. The chat room is working great but I'm having problems with the Personal chat. when the parent form opens a child(non mdi) then the control goes to the child form and then comes back to the function on the parent form.

but when the server invokes a method on the client where the client form instantiates a new child form, the child form gets created but hangs right there.

I'm not using Form.showDialog. I'm just using .show or visible=true

when the server sends a message to the client, the client checks if a child form is existing, if yes then the message is posted on the form(this does not give any error) but if not it creates a new instance of the child form and posts the message.(it hangs here) with half the form showing and the controls blank.

can somebody help me here??

thanks in advance.