SimplePing Demo
This is a demonstration on how to use the SimplePing function described in this article.
There is not much to it, but it shows how to send an ICMP echo request (ping) to a remote IP address, and determine if the host is responding. Based on the return from the SimplePing function, the appropriate message box is displayed on screen.
About this post
Posted: 2017-06-18
By: vb6boy
Viewed: 515 times
Categories
Attachments
SimplePingDemo.zip
Posted: 6/18/2017 7:50:46 AM
Size: 2,142 bytes
Requirements
This code uses:
- inet_addr from the wsock32.dll library
- GetRTTAndHopCount from the iphlpapi.dll library
Special Instructions
None - simply extract the zip file to a directory, and double click the .vbp file to view the project in the VB6 IDE
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.