Results 1 to 2 of 2

Thread: Stopping and restarting thread

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2002
    Posts
    16

    Stopping and restarting thread

    Is it possible to stop a thread and then restart it from the original spot that it started?

    So if i had this code

    Dim FSRThread As Threading.Thread = New Threading.Thread(AddressOf objTCPIPFromSBMFResults.StartListening)

    What would be the code for me to stop this thread within the StartListening thread function and restart the thread at the beginning of StartListening??

    Thanks in advance.

  2. #2
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    there is some stop function and some resume function i cant remember how they were called

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width