Mega Code Archive

 
Categories / Delphi / LAN Web TCP
 

How to call the default browser with an url

Title: How to call the default browser with an url Question: Answer: var hURL: string; ... hURL := 'www.borland.com'; ShellExecute(Application.Handle,'open',PChar(hURL), nil, nil, SW_NORMAL);