抵
抵住诱惑
Unregistered / Unconfirmed
GUEST, unregistred user!
winexec(pchar('C:/Program Files/Internet Explorer/IEXPLORE.EXE '+url),sw_hide);
可以隐藏打开网页,但如果打开多个,就会分别打开多个PAGE!
ShellExecute(self.Handle,'open',PChar(StrURL1),nil,nil,SW_SHOW);
ShellExecute(self.Handle,'open',PChar(StrURL2),nil,nil,SW_SHOW);
可以在打开一个网页后设置等待一定时间打开另外一个网页,如何设置隐藏呢??
可以隐藏打开网页,但如果打开多个,就会分别打开多个PAGE!
ShellExecute(self.Handle,'open',PChar(StrURL1),nil,nil,SW_SHOW);
ShellExecute(self.Handle,'open',PChar(StrURL2),nil,nil,SW_SHOW);
可以在打开一个网页后设置等待一定时间打开另外一个网页,如何设置隐藏呢??