如何检测互联网空闲时间?

时间:2010-06-10 09:22:26

标签: delphi

如何使用delphi检测互联网空闲时间(自从我使用互联网以来的时间) 类似的东西:

begin
{ idle time detection code goes here}
showmessage('you have not browsed any websites or downloaded/uploaded 
for over xyz seconds');
end;

提前致谢

2 个答案:

答案 0 :(得分:0)

网络空闲时间,还是网络空闲时间?对于网络,您可以定期检查传出数据包并重置空闲时间变量。

答案 1 :(得分:0)

定义internet idle time
然后尝试WMI,例如checking your NIC info using WMI