--- projects/cms/source/host/winhost/nettest.frm 2001/03/01 09:30:55 1.32 +++ projects/cms/source/host/winhost/nettest.frm 2001/03/14 10:47:26 1.33 @@ -395,7 +395,7 @@ Private Sub TCPSock_DataArrival(ByVal bytesTotal As Lo Exit Sub configError: - Status.Caption = "FAILED to get configuration" + Status.Caption = "FAILED to get configuration from the server" Exit Sub heartbeatError: Status.Caption = "Heatbeat FAILED" @@ -466,14 +466,13 @@ Private Sub Timer1_Timer() cpu_time = CUpTime.CPUTime percent_idle = CUpTime.PercentIdle - '' Causes numbers to be too big :-/ - 'uptime = CUpTime.MilliSecs \ 1000 - '' Doesn't work after 47 days :-/ 'uptime = GetTickCount \ 1000 - secondsRunning = secondsRunning + UDPUpdateTime - uptime = secondsRunning + 'secondsRunning = secondsRunning + UDPUpdateTime + 'uptime = secondsRunning + + uptime = CUpTime.MilliSecs / 1000# userCount = wksta.LoggedOnUsers