form.show() problem

E

eric

Hi, I have a problem with form showing form event handle.

I'm calling event handle (which should show ChatForm form) in FormMain form
thread in another class. The thread checks if there is any data available
from network if so it calles event handle which add some info to text box
placed on a form ChatForm and after that it shows ChatForm with Show
method - after that ChatForm do not answer, but when I try to show ChatForm
by clicking button on MainForm which calls ChatForm.Show() (in the same way)
everything is fine.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top