Multithreading in Visual BasicĀ 

Visual Basic applications can perform multiple tasks simultaneously using multithreading (or free threading), a process in which individual tasks execute on separate threads. Multithreading improves the performance and responsiveness of your applications.

In This Section

  • Thread States
    Describes how to determine and change a thread's state.