|
-
Dec 11th, 2001, 10:40 AM
#1
Thread Starter
Need-a-life Member
Get current IP
I guess the forum should allow short words for searching. 4 letters is too much. How about if you need to look for "Err 5": None of those words would be allowed. I'm gonna post this on the "forums feedback"
Ok, let's go to the problem. How can I get my current IP (trhough VB)?
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Dec 11th, 2001, 10:51 AM
#2
-
Dec 11th, 2001, 10:54 AM
#3
Thread Starter
Need-a-life Member
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Dec 11th, 2001, 10:54 AM
#4
-
Dec 11th, 2001, 03:11 PM
#5
VB Code:
'this is the easiest way. you might be able to get
'somewhere messing around with Wininet.dll
Label1.Caption = Winsock1.LocalIP
-
Dec 11th, 2001, 03:37 PM
#6
-
Dec 11th, 2001, 03:44 PM
#7
Hyperactive Member
so the IP that you get from
VB Code:
Text1.Text = Winsock1.LocalIP
is the IP that you can recieve chat messages through if someone else has that IP? Or is it a different one?
Visual Basic 6, HTML, JavaScript, learning C++
-
Dec 11th, 2001, 03:45 PM
#8
The code I have posted give all IP and not the first IP than it find. In my computer who is in Network I have two ip and sometime it find the 192.0.0.1 and some time the real one. So you should use my link
-
Dec 11th, 2001, 06:35 PM
#9
Thread Starter
Need-a-life Member
Excellent.... that was what I need.
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
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
|