i've got a problem to open a form from a Thread. when i open it i can't use it.
the problem is this. : I've got MDI parent form which can contain Children forms. I can open the child forms out of the MDI parent or from the thread. when i open a child form out of the MDI parent i have no problem but when i open this form from the Thread it looks as if the Form is looping with the Thread and cannot be used. i also tried to use Events but the same problem occurs..
i have no idea how to solve this. please help me..