M
Mrkrich
I have one procedure that will take very long time before
it finishs. During its running, I provide users a button
to cancel this process if they don't want it to run
anymore.
I have one varible for process status if user click the
cancel button this variable will change to False and the
procedure will check this variable during it run
The problem is I don't know how the program receive the
button's event during this procedure running.
it finishs. During its running, I provide users a button
to cancel this process if they don't want it to run
anymore.
I have one varible for process status if user click the
cancel button this variable will change to False and the
procedure will check this variable during it run
The problem is I don't know how the program receive the
button's event during this procedure running.