|
-
Jun 24th, 2002, 02:27 AM
#1
Thread Starter
Fanatic Member
Auto-detect IP Address
How can I detect the IP Address of the workstation where my program is curently running (Thorugh code)?
On Error GoTo Hell
Hell:
Kill Me
Food For Thought:
- Do not judge a book... if you're not a judge!

-
Jun 24th, 2002, 05:32 AM
#2
New Member
if you want to get the ip from the program through the code of the computer you are on then it is
winsock1.localip
' will return your ip address to a string
if you want to detect a program on your network thats useing your program then you will need to make a ip scanner, useing
winsock1.state
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
|