D
Doogman
If I close a child form that is running on its own thread using
Application.Run as the startup, will it also kill the thread that it runs
in? Or do I need to kill the thread from the base class? Or from the
threaded form with a callback to the base.class from the child form by
overiding the On_Closing event?
thanks all,
doogman
Application.Run as the startup, will it also kill the thread that it runs
in? Or do I need to kill the thread from the base class? Or from the
threaded form with a callback to the base.class from the child form by
overiding the On_Closing event?
thanks all,
doogman