|
-
Jul 31st, 1999, 12:40 AM
#1
Thread Starter
Addicted Member
This is simple to you guys out there I'm sure...How do I gat the IP of my Local machine?
-
Jul 31st, 1999, 01:04 AM
#2
Member
In your form add a winsock control, a text box, and a command button. Put this code in your command button sub.
Text1.Text = Winsock1.LocalIP
-
Jul 31st, 1999, 01:07 AM
#3
This is dejavu. Someone else answered this question this week saying to add a winsock control and check the Local IP property. Another way is to use the "ipconfig" program from DOS shell or using the SHELL command.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|