Results 1 to 2 of 2

Thread: Thread stuffs

  1. #1

    Thread Starter
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134

    Thread stuffs

    I'm a real wet-behind-the-ears guy when it comes to .NET. Because I needed to implement multithreading in my program, I decided to learn it (I already had it on the shelf ^_^) to make it easier. Here's my attempt at threading.
    VB Code:
    1. ... code removed ...
    Now, all of the data is right (and I know that's a really bad way to read XML files, but it works!). The problem lies within the new event of the PingThread class. It starts it, and for a fraction of a second the state is simply BACKGROUND (4). However, it soon turns to STOPPED (as in, the next line). I can't, for the life of me, figure out what's wrong.
    Last edited by Sastraxi; Jan 17th, 2003 at 11:17 PM.
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  2. #2

    Thread Starter
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Solved it meself Thanks for looking!
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

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