单元文件:ShellApi
OpenUrlWithDefBrowser('http://www.baidu.com');
procedure OpenUrlWithDefBrowser(url: string);
begin
try ShellExecute(0, 'open', PChar(url), nil, nil, SW_SHOWNORMAL);
except
on E: Exception do begin
Showmessage('ERROR in upddate progress: ' + E.Message + ' Please, try manual download ' + url + ' ');
end;
end;
end;
Copyright © 2014 DelphiW.com 开发 源码 文档 技巧 All Rights Reserved
晋ICP备14006235号-8 晋公网安备 14108102000087号
执行时间: 0.13188791275024 seconds