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.
我想写一个程序来自动检测是否有投影仪连接到电脑,投影仪是否打开?我不知道该怎么做。你能给我一些关于如何做的建议吗?我使用 C# 语言。
也许您可以检查是否连接了另一个显示器?我不确定,但您可以从显示器中获取详细信息,看看它是否是投影仪。
可能查看这些链接:
如何检测其他监视器是否已连接并处于活动状态
看起来 WMI 可能是这样,检测监视器是否在 c#