Dim ipEntry As IPHostEntry = Dns.GetHostByName(strHostName)
Dim IpAddr() As IPAddress = ipEntry.AddressList
Dim myIP As String
myIP = IpAddr(0).ToString
this was posted by Cander before
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB ) VB.NET to C# conversion tips!!