Process.Start 和双监视器

发布于 2024-09-24 02:36:24 字数 82 浏览 6 评论 0原文

如果我使用 Process.Start 从 C# WinForms 应用程序打开文件,是否有任何方法可以控制 pdf(或其他内容)在哪个监视器中打开?

if I'm using Process.Start to open a file from a C# WinForms app, is there any way to control which monitor the pdf (or whatever) opens in?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

飘然心甜 2024-10-01 02:36:24

您需要做两件事:获取应用程序的窗口句柄(例如 PDF 的 Acrobat Reader),然后将其移动到您想要的显示器并最大化。

这两篇文章应该可以帮助您入门:

使用 C# 控制其他应用程序的窗口状态:
http://www.c-sharpcorner.com/UploadFile/gaurav .pilay/206232006095904AM/2.aspx

C# 多显示器编程:
http://www.codeproject.com/KB/cs/multi-monitor_in_c_.aspx

You'll need to do two things: get the window handle of the application (e.g. Acrobat Reader for a PDF) then move it to the monitor you want and Maximize.

These two articles should get you started:

Controlling Window State Of Other Applications using C#:
http://www.c-sharpcorner.com/UploadFile/gaurav.pilay/206232006095904AM/2.aspx

Multi-monitor programming in C#:
http://www.codeproject.com/KB/cs/multi-monitor_in_c_.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文