ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/winhost/nettest.frm
(Generate patch)

Comparing projects/cms/source/host/winhost/nettest.frm (file contents):
Revision 1.32 by pjm2, Thu Mar 1 09:30:55 2001 UTC vs.
Revision 1.33 by pjm2, Wed Mar 14 10:47:26 2001 UTC

# Line 395 | Line 395 | Private Sub TCPSock_DataArrival(ByVal bytesTotal As Lo
395      Exit Sub
396      
397   configError:
398 <    Status.Caption = "FAILED to get configuration"
398 >    Status.Caption = "FAILED to get configuration from the server"
399      Exit Sub
400   heartbeatError:
401      Status.Caption = "Heatbeat FAILED"
# Line 466 | Line 466 | Private Sub Timer1_Timer()
466          cpu_time = CUpTime.CPUTime
467          percent_idle = CUpTime.PercentIdle
468          
469        '' Causes numbers to be too big :-/
470        'uptime = CUpTime.MilliSecs \ 1000
471        
469          '' Doesn't work after 47 days :-/
470          'uptime = GetTickCount \ 1000
471          
472 <        secondsRunning = secondsRunning + UDPUpdateTime
473 <        uptime = secondsRunning
472 >        'secondsRunning = secondsRunning + UDPUpdateTime
473 >        'uptime = secondsRunning
474 >        
475 >        uptime = CUpTime.MilliSecs / 1000#
476          
477          userCount = wksta.LoggedOnUsers
478          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines