VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This is a program that finds your ip and computername with only 2 line!!

by .:Nar00w:. (3 Submissions)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 25th August 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This is a program that finds your ip and computername with only 2 line!!

API Declarations


'make 2 textboxes
'1 button

Rate This is a program that finds your ip and computername with only 2 line!!



'inside the button
text1.text = (winsock1.localip)
text2.text = (winsock1.localhostname)


Download this snippet    Add to My Saved Code

This is a program that finds your ip and computername with only 2 line!! Comments

No comments have been posted about This is a program that finds your ip and computername with only 2 line!!. Why not be the first to post a comment about This is a program that finds your ip and computername with only 2 line!!.

Post your comment

Subject:
Message:
0/1000 characters