Chapter 11. Creating Multithreaded Visual Basic .NET Applications

IN THIS CHAPTER

You were first introduced to Visual Basic .NET's multithreading capabilities in Chapter 3, “Major VB .NET Changes.” Chapter 3 had you create an application and place a procedure on a separate thread to keep you from blocking the execution in the calling procedure. This chapter starts with a similar example, and then proceeds to more advanced topics with the multithreading process.

In computer terms, a thread is something on which some execution occurs. On a single-processor system, the processor ...

Get A Programmer's Introduction to Visual Basic® .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.