【已解决】求助xp home 上ShellExecute打不开指定网页
本帖最后由 veket_linux 于 2011-7-1 15:52 编辑在自己电脑上xp home sp3 ,默认浏览器ie6
用 ShellExecute("url") 打不开指定网页
但是用 ShellExecute("C:\Program Files\Internet Explorer\IEXPLORE.EXE","url"),
指定了ie的路径就能打开
而在公司的电脑上xp professional sp3,默认浏览器ie6
两种方式 都能打开
为什么会这样 ? 没用过xp home sp3,不能帮你。 问题补充
xp home 上 ie是能打开的 但是地址栏 和 ie显示网页的区域是 一片空白的
是否是系统的某些设置导致的
已解决
本帖最后由 veket_linux 于 2011-7-1 15:50 编辑没人回,果然得靠自己 ,已搞定
用 ShellExecute("C:\Program Files\Internet Explorer\IEXPLORE.EXE","url")
或者是
udf中的
_IECreate
创建一个 Internet Explorer 浏览器窗口.
#include <IE.au3>
_IECreate ( [$s_Url = "about:blank" [, $f_tryAttach = 0 [, $f_visible = 1 [, $f_wait = 1 [, $f_takeFocus = 1]]]]] ) 好啊好啊好啊好啊好啊好啊好啊好啊好啊好啊好啊
页:
[1]