Delphi 打开网址

1. 通过iexplore.exe打开:
ShellExecute(0, 'open', 'iexplore.exe', PChar('http://www.100xuekao.com'), '', SW_NORMAL);

2. 直接打开:
  ShellExecute(0, 'open', 'http://www.cneexam.com/index.aspx', nil, nil,SW_SHOW);

posted on 2018-09-14 10:23  liuweijie  阅读(227)  评论(1)    收藏  举报