i am connecting to the internet using dial up networking and every time i connect i need write a program which will fetch the ip address and mail it to someboidy
Printable View
i am connecting to the internet using dial up networking and every time i connect i need write a program which will fetch the ip address and mail it to someboidy
what about adding a winsock control and then trying
It can be done with the api, but there's a lot of code involvedCode:Winsock1.LocalIp
Click this smily: :rolleyes:
How to get the TCP/IP IP address, which is dynamic and changes everytime i connect to the net, using modem.
What's the difference?Quote:
(From e-mail response)
this works fine for local ipaddress. But how to find the tcp/ip ipaddress which is dynamic and everytime i get a new one whenever i connect to the net using dial-up networking
The code (both the API one and the one with the Winsock control) works fine for me and reports my dynamic IP. I don't have a local IP unless 127.0.0.1 counts. :rolleyes: