VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



The shortest way to find your IP!

by KaW (1 Submission)
Category: Internet/HTML
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 14th November 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

The shortest way to find your IP!

API Declarations


* Next make a Label1.
* Next you take the "Microsoft Winsock Component" into your form.
* Now fill in the code in the form_load and ... this is all!!!

Rate The shortest way to find your IP!



 
 Label1.caption = winsock1.LocalIP
 if Label1.caption = "127.0.0.1" then
 Label1.caption = " You are offline!"


Download this snippet    Add to My Saved Code

The shortest way to find your IP! Comments

No comments have been posted about The shortest way to find your IP!. Why not be the first to post a comment about The shortest way to find your IP!.

Post your comment

Subject:
Message:
0/1000 characters