|
-
Dec 7th, 1999, 11:06 PM
#1
Thread Starter
Lively Member
That other way doesnt work
How do I make VB determine the users computers' current IP?
------------------
-
Dec 7th, 1999, 11:19 PM
#2
Member
You could take the long way around,
by shelling cmd.exe or command.com and passing the ipconfig command... having it
output to a text file, then parse the text file to extract the IP... <sigh>
shell("command.com /c ipconfig >>c:\ip.txt")
(Open the text file and do some string wizardry)
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
|