Thread Rating:
  • 3 Vote(s) - 2.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[VB8] Getting Your IP & Information [TUT]
#24
Good post, but let me everybody some work... if you want your IP only.

Code:
Dim wc As Net.WebClient = New Net.WebClient
Dim ip As String = wc.DownloadString("http://whatismyip.com/automation/n09230945.asp")
MessageBox.Show(ip)
Reply


Messages In This Thread
RE: [VB8] Getting Your IP & Information [TUT] - by KoBE - 12-01-2010, 11:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [TUT] How to make a simple WebBrowser in VB 2010! [TUT] - [ Pictures] Statics 95 61,805 10-07-2012, 06:56 AM
Last Post: a99
  Computer Information - Program Made By Me BreShiE 25 8,362 06-29-2012, 06:01 PM
Last Post: iRtehLeet
  VB.NET Computer Information [SRC] Fragma 35 17,069 01-07-2012, 03:56 PM
Last Post: Quantum
  [TUT]Auto-Update System[TUT] HB Virus 3 2,425 01-07-2012, 02:21 PM
Last Post: Mastermrz
  EzInfo Source | Computer Information Grabber Die 3 2,016 01-03-2012, 02:07 PM
Last Post: Die

Forum Jump:


Users browsing this thread: 2 Guest(s)