Posted By:
Daphna_Wasserman
Posted On:
Wednesday, February 7, 2001 02:41 AM
My program may run from 1 minute up to 10 minutes. i don't know ahead of time how long it will take and would like to prompt the user with a message ("Please wait..."), so he won't think the application is stuck.
my application is a simple client program.
From what i've tried so far i managed to show a dialog and have the program run
simultanously, but it seems to take longer now, plus i cann't figure out a way to dispose of the message box only after the program is done.