Dec 17, 2001 #1 Ed2020 Programmer Nov 12, 2001 1,899 GB Hi, I'm looking for some code to return the user's IP address. I've searched high and low but can't find any way of doing it. Anybody got any ideas? Ed Metcalfe. ed_metcalfe@hotmail.com
Hi, I'm looking for some code to return the user's IP address. I've searched high and low but can't find any way of doing it. Anybody got any ideas? Ed Metcalfe. ed_metcalfe@hotmail.com
Dec 17, 2001 #2 jonscott8 Programmer May 12, 2000 1,317 US See: HOWTO: Obtain the Host IP Address Using Windows Sockets (Q160215) http://support.microsoft.com/default.aspx?scid=kb;EN-US;q160215 Or if you prefer, you can drop the Winsock control on your form and then read the LocalIP property. Jon Hawkins Upvote 0 Downvote
See: HOWTO: Obtain the Host IP Address Using Windows Sockets (Q160215) http://support.microsoft.com/default.aspx?scid=kb;EN-US;q160215 Or if you prefer, you can drop the Winsock control on your form and then read the LocalIP property. Jon Hawkins