如题。请大家不吝赐教,谢谢。

解决方案 »

  1.   

    refer to : http://www.codeproject.com/internet/cping.php
      

  2.   

    你可以通过定时收发数据信号实现,ping的api 好像没有,不过网上有实现ping功能的例子
      

  3.   

    And this simple sample  : http://www.vckbase.com/code/downcode.asp?id=1574
      

  4.   

    you need not using ping class ,this also support some way to implement it.
    http://expert.csdn.net/Expert/topic/1465/1465117.xml?temp=.5884668
    another way:
    you can use InternetOpenUrl to oepn  a site such as"www.163.com",if TRUE ,then connected.otherwise unconnected.