Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 .NET 上创建一个应用程序,该应用程序将在与投影仪/外部 PC 连接时使用,但仅显示在主屏幕上?
谢谢。
我不认为这是可能的。Powerpoint 具有仅在主显示屏上显示笔记的功能。但这只有在桌面扩展且未镜像到投影仪时才有可能。
因此,您必须将桌面扩展到投影仪,然后手动将应用程序窗口放在主屏幕上。
System.Windows.Forms.Screen.AllScreens使您可以访问 C# 中的监视器信息。PrimaryScreen 属性告诉您哪个屏幕是主屏幕。您可以通过尊重屏幕宽度将窗口从一个屏幕移动到另一个屏幕。
System.Windows.Forms.Screen.AllScreens