hiltonc
April 23rd, 1999, 11:53 AM
What would be the ideal way of doing this:
I want my app to display a dialog (modal) and then perform processing in the main window (the dialog is simply to let them know what's happening and allow them to click cancel). When the dialog is closed, terminate the processing. Also, as the processing occurs, I need the main window updated because it's contents are going to be changed. I know I need to use thread some how, but my current setup isn't working very well.
I want my app to display a dialog (modal) and then perform processing in the main window (the dialog is simply to let them know what's happening and allow them to click cancel). When the dialog is closed, terminate the processing. Also, as the processing occurs, I need the main window updated because it's contents are going to be changed. I know I need to use thread some how, but my current setup isn't working very well.