I am trying to write a program that e-mail's me my IP number(I have a different one every time I dial in)
How can i read it in windows ?
Printable View
I am trying to write a program that e-mail's me my IP number(I have a different one every time I dial in)
How can i read it in windows ?
Hey-Add a winsock control to your form,then its just the Winsock1.LocalIP property (where winsock1 is the name of the winsock control)
Thnx For Your time,
CarlosTheJackal