Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Multithreading help

Multithreading help

Scheduled Pinned Locked Moved Visual Basic
helpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Cory Kimble
    wrote on last edited by
    #1

    Is there a way in VS2005 to see all threads created? I want to see if I am creating new threads and not aborting them. Never Mind I found Debbug --> Windows --> Threads You have to start debugging first. Thanks

    L 1 Reply Last reply
    0
    • C Cory Kimble

      Is there a way in VS2005 to see all threads created? I want to see if I am creating new threads and not aborting them. Never Mind I found Debbug --> Windows --> Threads You have to start debugging first. Thanks

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      You could also keep a list of the threads that you start in an array. This might be useful for you. Dim MCol as new collection Mcol.Add(MyThread, MyIDThatIWant) Basically you can assign the the key as being any data that you may want allowing you to access the object later by that ID instead of the index. Found at: http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22649693.html[^]

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups