- Home
·
- Internet/HTML
·
- Get your REAL REMOTE IP address in the EASIEST WAY! All this snippet Relies on is the Inet componen
Get your REAL REMOTE IP address in the EASIEST WAY! All this snippet Relies on is the Inet componen
Get your REAL REMOTE IP address in the EASIEST WAY! All this snippet Relies on is the Inet component! Dont waste your time, with 100's of
API Declarations
Which is found in your vB Component addition tab... Locate the Microsoft Internet Transfer Protocol. (This is the Inet controller) hence this remarking is for the beginners.
What you'll need:
1 form
1 TextBox
1 Inet control .....and the following 'simple' code snippet.
'note I usually put this in the form load, but it's universal - you can add it to a button, and have it destinate in any textbox field of your choice.
Rate Get your REAL REMOTE IP address in the EASIEST WAY! All this snippet Relies on is the Inet componen
(1(1 Vote))
MyIP = Inet1.OpenURL("http://pchelplive.com/ip.php")
text1.Text = MyIP
text1.Text = Replace(text1, Chr(10), "")
Get your REAL REMOTE IP address in the EASIEST WAY! All this snippet Relies on is the Inet componen Comments
No comments yet — be the first to post one!
Post a Comment