Check for valid URL
Parsing out a URL/Web Address/Email Address Getting a list of URLs from a common sentence, or a line of text: Written by: Nelson…
Get your internet IP address
//How to get your local IP (internet). //You will have to include Winsock.pas [code lang=”delphi”]function TForm1.LocalIP : string; type TaPInAddr = array [0..10]…
Getting the Local IP Address
> How can you get the IP address for the local computer? > Your help is appreciated… The following function will give you…