VB Copy Imports System.Threading ' The ThreadWithState class contains the information needed for ' a task, and the method that executes the task. ' Public Class ThreadWithState ' State information used in the task. Private boilerplate As String Private value As Integer Public Finished As Bool...