Search results for query: *

  1. C

    CPU problem

    Thanks but it is not the solution because my timer generates the threads when a comunication arrives by tcp/ip, and into the thread i generate a socket to work with the message´s value. Private Listener As TcpListener Public CurThread As Thread Private Sub tiHour_Tick(ByVal sender As...
  2. C

    CPU problem

    My applications supposed to create many threads and after several minutes, the CPU management is 100% busy. What's the problem?? May be that the threads are open?? can i dispose then?? This is the code that generates the CPU problem. Private Sub tiHour_Tick(ByVal sender As System.Object...
Back
Top