Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get the IP Address of the Machine that is running the app?

Status
Not open for further replies.

kaul125

Programmer
Jan 29, 2002
87
US
I want to be able to get the IP Address of the PC that runs my application.

Is there a PB Function/External Function that extracts this info? Or can I get this from the System Registry?

I'm using PB6.5

Keith
 
Don't know what ver. of PB you're using and I haven't done anything in anger with it for quite a while but if push comes to shove you could always run a shell command and pipe ipconfig to a file and read out of the file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top