How to get the remote computer name and IP address with vb.net !!! We are running a vb.net application on Intranet. We have users in remote areas who use the application. So I would like to know their computername and password.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Use the My Class :)
as for the IP address quick google search
|
|||
|
|||
|
|
|
Here is Example for this. In this example we can get IP address of our given host name.
|
||||
|
|
|
Thanks Shuwaiee I made a slight change though as using it in a Private Sub already. Dim GetIPAddress()
But also made a change to the way the details are displayed so that they can show on seperate lines using & vbCrLf & MessageBox.Show("Host Name: " & strHostName & vbCrLf & "IP Address: " & strIPAddress) Hope this helps someone. |
|||
|
|
|
||||
|
|