
How To Pass Parameters to Threads in Windows Forms Applicationsand Get Results
he .NET framework makes it easy to start code execution on a new thread?improving user interface design by letting you execute lengthy procedures on one thread while leaving the UI thread active and available to handle user interaction. Starting a new thread is simple in VB.NET?you add the System.Threading namespace