|
|
Title | Ping an IP address in Visual Basic 6 |
Description | This example shows how to ping an IP address in Visual Basic 6. |
Keywords | ping, ping IP address, IP address, IcmpSendEcho |
Categories | Software Engineering, Internet |
|
|
This program uses code in the MSDN article How to ping an IP address with Visual Basic by using ICMP. It uses the IcmpSendEcho API function to send an echo request to the IP address. See the original article for details.
|
|
|
|
|
|