T
Tomer
Hi,
I'm running a thread in my program which creates a form and call its show()
method the form object is stored in a hash table.
For some reason the form doesn't show up, but if I use ShowDialog() the form
does show up but the method that the thread started doesn't finish untill
the form is closed.
Why doesn't is work with the show() method?
Tomer.
I'm running a thread in my program which creates a form and call its show()
method the form object is stored in a hash table.
For some reason the form doesn't show up, but if I use ShowDialog() the form
does show up but the method that the thread started doesn't finish untill
the form is closed.
Why doesn't is work with the show() method?
Tomer.