用vb调用ie访问网站,怎样得到 ie 在硬盘中的路径?

2024-12-12 15:12:21
推荐回答(4个)
回答1:

用api函数搜索?
应该不至于一定要这么调用吧?在程序同级目录下面加一个url文件--就是网站的快捷方式,然后用
ShellExecute hwnd, "Open", app.path & "\*.url", "", "", 1
这样的方式打开

回答2:

用api函数搜索?
应该不至于一定要这么调用吧?在程序同级目录下面加一个url文件--就是网站的快捷方式,然后用
ShellExecute hwnd, "Open", app.path & "\*.url", "", "", 1
这样的方式打开

回答3:

还是ShellExecute hwnd, "Open", app.path & "\*.url", "", "", 1 的方法巧妙!

回答4:

可以这样用
Shell "explorer http://www.baidu.com"