D
Dustin Davis
I'm doing image conversion in my application and it seems to take some
time on some tasks. I'd like to show a "Converting..." type message in a
dialog box or splash screen of sorts.
The problem is that when I call ShowDialog() the app waits for the
dialog to close before it continues to process. Is there a way to show
the dialog while doing the conversions and close it when it's done
without using threads? Truth is, I don't want to deal with threading if
possible
time on some tasks. I'd like to show a "Converting..." type message in a
dialog box or splash screen of sorts.
The problem is that when I call ShowDialog() the app waits for the
dialog to close before it continues to process. Is there a way to show
the dialog while doing the conversions and close it when it's done
without using threads? Truth is, I don't want to deal with threading if
possible
