D
dbui
I have a window application (vb.net). It opens up a form and there are 2
buttons on it. One is Exec-button and other is Stop-button.
The Exec-button will call a few functions and it uses a few global
variables. Sometimes I want to stop the current execution by clicking on the
Stop-button. However, the Click doesn't take place till after the execution
finishes. How do I achive this task?
Thanks for all input.
--bui
buttons on it. One is Exec-button and other is Stop-button.
The Exec-button will call a few functions and it uses a few global
variables. Sometimes I want to stop the current execution by clicking on the
Stop-button. However, the Click doesn't take place till after the execution
finishes. How do I achive this task?
Thanks for all input.
--bui