P
Paul
I have a VB.NET 2005 program that I am running. It is transactional
in nature and most of the steps are running a query against SQL Server
tables. I have one executable that displays one form. The form
displays what step is currently running, start time, end time, etc. I
want to be able to minimize the form or move it around while the steps
are running. However, I cannot due to the steps are waiting to return
from SQL Server.
Is this something that I need to use threading with? Or is there a
better answer?
in nature and most of the steps are running a query against SQL Server
tables. I have one executable that displays one form. The form
displays what step is currently running, start time, end time, etc. I
want to be able to minimize the form or move it around while the steps
are running. However, I cannot due to the steps are waiting to return
from SQL Server.
Is this something that I need to use threading with? Or is there a
better answer?