Jobs
Author: Ali Date Submitted: 3/3/2005 Category: Windows Operations Compatibility: VB 6 This code has been accessed 9462 times.
Email Yourself this snippet:
none
Code
'insert a textbox and a Microsoft Winsock Control Which is in the components then copy and paste the following code Private Sub Form_Load() Text1.Text = Winsock1.LocalIP End Sub