VB - External IP
Loading...
1,805
Loading...
Uploader Comments (GalacticEquinox)
see all
All Comments (11)
-
I prefer whatismyip org
-
Can it be changed ??????
-
im putting this on a flash drive.. can i possibly make it run invisible and save it to a text document in the flash drive?
-
thx :)
Loading...
Is it a code that doesn't require linking up to a webpage?
billytalentrocks345 2 years ago
Not unless you interface with your router/modem.
GalacticEquinox 2 years ago
I'm pretty new to Visual Basic (At least not so good as you) but how do you get to the page where you type the code>???
WWtuts 2 years ago
If you are using a Windows Forms application you can just double click the form, and use Msgbox(External) instead of the console.wrtieline and console.read stuff.
GalacticEquinox 2 years ago
@GalacticEquinox I'm using a Windows Forms Application. Can I use this instead? MsgBox("Your external IP is" & External(), MsgBoxStyle.Information, "External IP")
if5103ii 1 year ago
@if5103ii yep.
GalacticEquinox 1 year ago