Detect an internet connection activation with Delphi

后端 未结 4 501
不思量自难忘°
不思量自难忘° 2020-12-01 05:45

I\'ve been using a 3G wireless card for a while and every time I connect, my anti-virus fires up the updates.

I\'m wondering what is the Win32 API set of functions t

4条回答
  •  遥遥无期
    2020-12-01 06:43

    Look at InternetGetConnectedState in WinINet.

    Some applications might also poll for a known server and not do anything until they get a valid connection.

提交回复
热议问题