J Jaby Unregistered / Unconfirmed GUEST, unregistred user! 2003-12-05 #1 在程序中如何启动IE浏览器,并自动连接到指定的URL中!
N NewLearner Unregistered / Unconfirmed GUEST, unregistred user! 2003-12-05 #2 ShellExecute(handle,nil,pchar("http://www.yoururl.com"),nil,nil,sw_shownormal); 别忘了 uses shellapi;
W weadvance Unregistered / Unconfirmed GUEST, unregistred user! 2003-12-05 #5 呵呵。不行的。 你们知道为什么吗? 坏在//上,不可以这样的。 http://*********** 这样的话,后面就不可以运行了。 你可以这样('www.sina.com.cn')这样就可以了。完美了。唉[]
呵呵。不行的。 你们知道为什么吗? 坏在//上,不可以这样的。 http://*********** 这样的话,后面就不可以运行了。 你可以这样('www.sina.com.cn')这样就可以了。完美了。唉[]
M myevin Unregistered / Unconfirmed GUEST, unregistred user! 2003-12-05 #7 要想用IE启动就要这样作: ShellExecute(handle,nil,pchar('C:/Program Files/Internet Explorer/IEXPLORE.EXE http://www.yoururl.com'),nil,nil,sw_shownormal);
要想用IE启动就要这样作: ShellExecute(handle,nil,pchar('C:/Program Files/Internet Explorer/IEXPLORE.EXE http://www.yoururl.com'),nil,nil,sw_shownormal);