在程序内部请求Http连接就不用打开IE,如果你一定要使用IE打开并不显示
ShellExecute(handle,'Open','IE Fullpath', pchar('http://www.china.com'),nil,SW_hide)
====================
if ShellExecute(handle,'Open','iexplore', pchar('http://www.china.com'),nil,SW_SHOW)> 32 then
ShowMessage('打开成功');
if ShellExecute(handle,'Open','iexplore', pchar('http://www.china.com'),nil,SW_HIDE) > 32 then
ShowMessage('打开成功');
//在看看你的进程里有没有运行