|
-
Dec 19th, 2000, 11:47 AM
#1
Hi everybody.
If I have a computer connected to internet via a dial up connection,
Somebody knows how to get that computer ip address from within my vb app?
Note the vb app is running on the same computer I have connected to internet via dial up.
I will greatly appreciate any code example, link to related info, etc.
[email protected]
-
Dec 19th, 2000, 01:35 PM
#2
Frenzied Member
Code:
UserIP = Request.ServerVariables("remote_addr")
-
Dec 19th, 2000, 03:06 PM
#3
Getting the ip address
thank you very much,
but I am looking for the Visual Basic code to get the computer ip address on wich is the VB application running.
Do you know how?
-
Dec 20th, 2000, 07:45 AM
#4
Frenzied Member
check out planetsourcecode.com
-
Dec 20th, 2000, 11:03 AM
#5
Getting the ip address
Thanks a lot Kovan, I will follow the link right now!
Thanks again!
-
Dec 22nd, 2000, 10:03 AM
#6
Frenzied Member
Once you have dialed into your ISP and been assigned an address, I would think that Winsock.LocalIP would return the IP address.
-
Dec 22nd, 2000, 10:54 AM
#7
Getting the ip address
Thanks a lot, now i am trying this.
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
|