2 Different Ways of finding your ip address using winsock
2 Different Ways of finding your ip address using winsock
Rate 2 Different Ways of finding your ip address using winsock
(2(2 Vote))
'Using Message Box
msgbox ("Ip Address " & winsock1.localip)
'Using A Text Box
text1.text = winsock1.localip
2 Different Ways of finding your ip address using winsock Comments
No comments yet — be the first to post one!
Post a Comment