A thread needs an entry point called a ThreadStart object. The ThreadStart merely points to the procedure or method where you want the thread to begin. Once defined, you create the new thread (passing ...