麻辣芳邻电视剧全集'30:用vb调用ie访问网站,怎样得到 ie 在硬盘中的路径?

来源:百度文库 编辑:神马品牌网 时间:2024/05/01 00:05:21

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

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

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

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