A
Alex
My app consists of the main application form, which spawns a thread that
exists for the life of the application. This thread will need to launch
other forms based on some logic at periods of time, but when I do it
directly from this thread, the application hangs. So I had the thread spawn
another dedicated thread that would show the other form. The application
still hangs. What am I not thinking about?
exists for the life of the application. This thread will need to launch
other forms based on some logic at periods of time, but when I do it
directly from this thread, the application hangs. So I had the thread spawn
another dedicated thread that would show the other form. The application
still hangs. What am I not thinking about?