Link to home
Start Free TrialLog in
Avatar of totoro030898
totoro030898

asked on

Local Machine's IP - how to get ?

Hi,
I'm putting an ActiveX control on a html page, and I need to get the IP address of the machine(the client, not the server) that is loading the page, how do I do it using VB5? Or is there an win32 API I can use?
Thanks!
ASKER CERTIFIED SOLUTION
Avatar of MikeP090797
MikeP090797

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of totoro030898
totoro030898

ASKER

Would be great if this is explained in VB5 context. Thanks anyway!! I have done what I need to do using another method. :)
It's ease . use winsock active control , read from its LocalIP property .