获取 Windows 监视器热插拔事件

发布于 2024-09-09 16:07:06 字数 88 浏览 3 评论 0原文

我真的很想听一下显示器何时热插拔,就像笔记本电脑文档或插入外部显示器时一样。

我希望我可以在 .net 中通过一些 pinvoke 来做到这一点。

I'd really like to listen for when a monitor gets hotplugged like when a laptop docs or has a external monitor plugged in.

I'm hoping I can do this in .net maybe with some pinvoke.

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

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

发布评论

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

评论(1

蒲公英的约定 2024-09-16 16:07:06

正如此处所述:

在 Windows 7 x64 上添加显示器时,我看到注册消息“UxdDisplayChangeMes​​sage”和“HotplugDetected”。您可以使用 RegisterWindowMessage获取这些消息的标识符,然后使用该标识符处理消息。

As said here:

When adding a monitor on Windows 7 x64 I see registered messages "UxdDisplayChangeMessage" and "HotplugDetected". You can use RegisterWindowMessage to get the identifier for these messages and later just handle messages with this identifier.

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