Hi!
I have an application that starts 1 or more threads. The
main thread creates the main window form. Each thread then
creates its own form. All threads states is running and
all is great until I minimize the main window, then all
threads windows also dissapears from the monitor (which
they should). When I then resize the main window again, no
of the threads windows is visible. The state of these
threads are Stopped. All threads is in a array, so I have
access to them always.
If I try to start the thread again, an exception
occour: "Thread is running or terminated; it can not
restart". Is it possible to have a form in threads like
this, and if so, how do I make them visible after
restoring main window?
Thanks
/Fredrik