Multithreading in Visual Basic

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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