No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
The problem is the line of code that reads: [code=VB] Dim _IPAdress = System.Net.Dns.GetHostAddresses(_HostName)(0).ToString [/code] The code is more complex than what you are using. Try using this class to get at the IPAddress information: [code=VB] Imports System.Net Imports System.Net.Sockets Friend Class IPAddressClass Private pvtIPv4AddressString As String Private pvtIPv6AddressString As …
BlueEyekid, I've been in the IT business for a long time, and my advice may not be the best, but it is based on my observations of how people respond to others. First, acknowledge your own desperation and factor it out of your thinking and the way you respond to …
The End.
rdefazio