Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Tutorial How to make a IP Grabber filter_list
Author
Message
RE: How to make a IP Grabber #2
Nice! The only way to make this better is if you can explain the code,

Dim hostname As IPHostEntry = Dns.GetHostByName(TextBox1.Text) this makes the program know that textbox 1 is the hostname ( website )

Dim ip As IPAddress() = hostname.AddressList This Grabs the ip address from the host

TextBox2.Text = ip(0).ToString() This displays the ip address in Textbox 2

Anyway AWESOME thread Biggrin
Wavy baby

Reply





Messages In This Thread
How to make a IP Grabber - by Nefarious - 11-21-2012, 07:43 PM
RE: How to make a IP Grabber - by Bannedshee - 11-21-2012, 07:48 PM
RE: How to make a IP Grabber - by Nefarious - 11-21-2012, 07:53 PM
RE: How to make a IP Grabber - by Adorapuff - 12-07-2012, 04:26 PM
RE: How to make a IP Grabber - by YP. - 12-07-2012, 04:30 PM
RE: How to make a IP Grabber - by Nefarious - 12-07-2012, 04:48 PM
RE: How to make a IP Grabber - by YP. - 12-07-2012, 05:38 PM
RE: How to make a IP Grabber - by Nefarious - 12-07-2012, 05:59 PM
RE: How to make a IP Grabber - by YP. - 12-07-2012, 06:39 PM
RE: How to make a IP Grabber - by Nefarious - 12-07-2012, 06:53 PM
RE: How to make a IP Grabber - by YP. - 12-10-2012, 03:44 PM
RE: How to make a IP Grabber - by Charon - 12-10-2012, 05:11 PM
RE: How to make a IP Grabber - by BreShiE - 12-10-2012, 05:40 PM
RE: How to make a IP Grabber - by Nefarious - 12-10-2012, 06:06 PM
RE: How to make a IP Grabber - by BreShiE - 12-10-2012, 09:48 PM
RE: How to make a IP Grabber - by Ashley - 12-10-2012, 08:18 PM



Users browsing this thread: 1 Guest(s)