On Thu, 3 Aug 2000 07:28:11 +0200, "Curt Adams"
Quote:
>Do you know how I can get the machine's TCP/IP address using Visual Basic?
>i.e function(s) to call.
>Thanks,
The AdapterAddress and AdapterCount properties of our SocketWrench
control will give you the information you're looking for -- the
AdapterAddress property array returns the IP addresses that are
associated with the local network or remote dial-up network adapters
configured on the system. The AdapterCount property can be used to
determine the number of adapters that are available.
Please download our SocketWrench product at the following URL:
http://www.catalyst.com/download/wrench.html
David