Click here to Skip to main content
Click here to Skip to main content

Whats My IP Address ?

By , 21 Sep 2011
 
Private Sub GetIPAddress()
 
Dim strHostName As String
 
Dim strIPAddress As String
 

 
strHostName = System.Net.Dns.GetHostName()
 
strIPAddress = System.Net.Dns.Resolve(strHostName).AddressList(0).ToString()
 

 
MessageBox.Show("Host Name: " & strHostName & "; IP Address: " & strIPAddress)
 
End Sub

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Anshul R
Student
India India
No Biography provided

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
-- There are no messages in this forum --
Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130619.1 | Last Updated 22 Sep 2011
Article Copyright 2011 by Anshul R
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid