Visual Basic 10 IP Address Finder Tutorial
WARNING
=========
THIS IS FOR EDUCATIONAL PURPOSES ONLY. I WILL NOT BE RESPONSIBLE FOR WHATEVER TROUBLE YOU MAY GET INTO.
Visual Basic 10 tutorial, how to make an IP Address Finder using just simple coding. Please thumbs up this video if it help you, leave a comment if you guys have any question and subscribe to my channel for more videos.
The Code
========
Dim Hostname As IPHostEntry = Dns.GetHostByName(Textbox1.Text)
Dim ip As IPAddress() = Hostname.AddressList
TextBox2.Text = ip(0).ToString
ip address
Nice video bro, tanks…
that's working for me VB expresse 2010
thank you a lot
thank you very much from egypt
Fuck!!! Not Work In Visual Basic 2010 Ultimate ! Why sir?
dat rs background
doesnt works on urls that contain /
???
thx
well.. you can..
Thanks buddy… It helps me a lot… Thumbs Up…
You cant do a shit with a IP.
I play rs and minecraft, and program in vb2010, you gotta play with me xD
i keep getting errors please help
Minecraft do i c :3
ur amazing thanks man !!!!!!! subed
nice i will try it
type 'IpHostEntry' is not defined.