|
|
Title | Use sockets to convert an IP address to a host name or vice versa in Visual Basic 6 |
Description | This example shows how to use sockets to convert an IP address to a host name or vice versa in Visual Basic 6. |
Keywords | sockets, convert IP address, convert host name, IP address |
Categories | Software Engineering, Internet |
|
|
This program uses code by James Crowley in the article Get host name from IP address, and vice versa. It uses sockets to read a host namne from an IP address or an IP address from a host name. See the original article for details.
|
|
|
|
|
|