grip003
Regular
I am using VS2003, and I am trying to open a form in a new thread. What I have done is started a new thread from the main one, and in that thread I create a new form. The new form is used to display some loading results from the main form, but when I show the new form I just get an hourglass and I can't press the cancel button. Here is the simple idea:
Show the main form.
Start a new thread in the main form for loading.
In the new thread, create a 2nd form to display some loading results.
While the 2nd form is shown, I want the ability to cancel the loading operation.
Does this seem possible?
Show the main form.
Start a new thread in the main form for loading.
In the new thread, create a 2nd form to display some loading results.
While the 2nd form is shown, I want the ability to cancel the loading operation.
Does this seem possible?