在打开的标签页开始的Internet Explorer [英] Starting internet explorer in open tab

查看:185
本文介绍了在打开的标签页开始的Internet Explorer的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果 System.Diagnostics.Process.Start(IEXPLORE.EXE,URL); 打开一个新的浏览器会话,你怎么在打开一个新的浏览器窗口现有版本的Internet Explorer?

If System.Diagnostics.Process.Start("IEXPLORE.EXE", url); opens a new browser session, how do you open a new browser window in an existing version of internet explorer?

感谢

推荐答案

尝试的Process.Start(URL)这将打开一个新的标签,如果浏览器已经在运行,否则它会打开默认的浏览器,并显示该页面。

Try Process.start(url) it will open up a new Tab if browser is already running, otherwise it will open default browser and shows the Page.

这篇关于在打开的标签页开始的Internet Explorer的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆