2 Different Ways of finding your ip address using winsock
by Seb Elmy (2 Submissions)
Category: Internet/HTML
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Wed 21st March 2001
Date Added: Mon 8th February 2021
Rating:
(1 Votes)
2 Different Ways of finding your ip address using winsock
Rate 2 Different Ways of finding your ip address using winsock
'Using Message Box
msgbox ("Ip Address " & winsock1.localip)
'Using A Text Box
text1.text = winsock1.localip
Download this snippet
Add to My Saved Code
2 Different Ways of finding your ip address using winsock Comments
No comments have been posted about 2 Different Ways of finding your ip address using winsock. Why not be the first to post a comment about 2 Different Ways of finding your ip address using winsock.
Post your comment