M
martin
Hi
I have a long running task and while it is being performed I wish to show a
modal dialog that displays the progress of my task..
what I am doing is this
'start task
frmWait.ShowDialog(Me)
'perform task and update the dialog "frmWait"
take frmwait down.
however execution of the program always stops when I show the dialog and
waits for the dialog to be dismissed.
what I would like to do is show the modal dialog while my long running task
is being preformed.
should I be doing this another way, can anybody please advise.
cheers
martin.
I have a long running task and while it is being performed I wish to show a
modal dialog that displays the progress of my task..
what I am doing is this
'start task
frmWait.ShowDialog(Me)
'perform task and update the dialog "frmWait"
take frmwait down.
however execution of the program always stops when I show the dialog and
waits for the dialog to be dismissed.
what I would like to do is show the modal dialog while my long running task
is being preformed.
should I be doing this another way, can anybody please advise.
cheers
martin.