W
Wade
Hi all,
I have a form in a VB.NET windows application that, when a button is
clicked, runs a pretty intense database process which can take up to ten
minutes to finish. While it's running, I would like to be able to send data
to the form so that the user knows the the application is still running.
In ASP.NET, I would run this method in a new thread, and then simply update
the form occasionally with data from the application. Is the approach in a
windows application similar? And help and/or pointers would be greatly
appreciated.
Thanks,
Wade
I have a form in a VB.NET windows application that, when a button is
clicked, runs a pretty intense database process which can take up to ten
minutes to finish. While it's running, I would like to be able to send data
to the form so that the user knows the the application is still running.
In ASP.NET, I would run this method in a new thread, and then simply update
the form occasionally with data from the application. Is the approach in a
windows application similar? And help and/or pointers would be greatly
appreciated.
Thanks,
Wade