H
Hardy Wang
Hi,
I have a win form application, when a button is clicked, a lengthy
operation will be triggered. During the time program is still running, this
application seems not to be able to response to other actions. When I switch
to other window, and switch back to my application, all I can see is a white
window, it won't refresh itself until operation finishes.
If I have some other buttons in the form, it is not possible to show up
during operation. What is the way I can let my operation to run, but
meanwhile application can accept other GUI events?
Thanks
Hardy
I have a win form application, when a button is clicked, a lengthy
operation will be triggered. During the time program is still running, this
application seems not to be able to response to other actions. When I switch
to other window, and switch back to my application, all I can see is a white
window, it won't refresh itself until operation finishes.
If I have some other buttons in the form, it is not possible to show up
during operation. What is the way I can let my operation to run, but
meanwhile application can accept other GUI events?
Thanks
Hardy