如何在第二台显示器上运行网站
在双显示器中,在 Visual Studio 2010 中,我可以在第二台显示器上运行 Windows 应用程序或网站吗?
我的意思是,当我运行应用程序或网站时,它会在第二台显示器上自动打开。
如果是,怎么办?
In a dual-monitor, in Visual Studio 2010, Can I run my windows application or web site on the second monitor ?
I mean when I run the application or website, it's open automatically on the second monitor.
If yes, how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的浏览器位于第二台显示器上,那么当您运行它时(如果这是运行的默认浏览器),它将在新选项卡中打开。
通常,我的左侧显示器上装有 VS2010,右侧显示器上装有 FireFox。 FireFox 也被设置为我在 VS2010 中的默认浏览器,因此我所需要做的就是按 F5 或 CTRL+F5,它将在右侧显示器中打开。
If you have your browser on the second monitor, when you run it if that's the default browser to run in, it'll open over there in a new tab.
Usually have my VS2010 on my left monitor, then FireFox on my right monitor. FireFox is also set to my default browser in VS2010, so all I need to do is press F5 or CTRL+F5 and it'll open in the right monitor.