TCP/IP address ? 
Author Message
 TCP/IP address ?

Do you know how I can get the machine's TCP/IP address using Visual Basic?
i.e function(s) to call.

Thanks,
Curt



Wed, 18 Jun 1902 08:00:00 GMT  
 TCP/IP address ?

Quote:

> Do you know how I can get the machine's TCP/IP address using Visual Basic?
> i.e function(s) to call.

Use the Winsock Control.
There is a property called LocalIP (oder s.th similair)

HTH
Philipp



Wed, 18 Jun 1902 08:00:00 GMT  
 TCP/IP address ?
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



Wed, 18 Jun 1902 08:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. : TCP/IP address via email address

2. : TCP/IP address via email address

3. TCP/IP address detection for log file

4. changing TCP/IP address with VB6

5. Setting TCP/IP Address

6. TCP/IP Address retrieval

7. Anyone know how to get TCP/IP address?

8. How do I get the TCP/IP address from VB

9. TCP/IP Address (Windows 2000)

10. TCP/IP address control in 95/NT4

11. TCP/IP address control in 95/NT4

12. TCP/IP address control in 95/NT4

 

 
Powered by phpBB® Forum Software