CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2001
    Posts
    7

    how to ping a host realtime?

    when I use gethostbyname, it alway ping succed when I shutdown the host computer. Thank you for your help!


  2. #2
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167

    Re: how to ping a host realtime?

    Well you can search for PING in this forum. I found 1:
    http://www.codeguru.com/cgi-bin/bbs/...&sb=&category=

    -Cool Bizs

    Good Luck,
    -Cool Bizs

  3. #3
    Join Date
    Apr 2000
    Posts
    737

    Re: how to ping a host realtime?

    you can try http://vblib.virtualave.net, there is a function Ping in vbInternet.

    HTH


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured