hi
i want to get the ip of a website that is entered into an Edit1 (singe line text box) here is my code in Button1:
AnsiString xxx = Edit1->Text;
system("ping " + xxx);
I get an error message on system("ping " + xxx); how would i get passed this?
once i have gotten past the error...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.