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