使用SendMessage功能对显示器有什么危害
我开发了一个小应用程序,它使用 SendMessage
函数来关闭监视器。我的朋友问我经常使用该应用程序是否会损害他的显示器。当他使用类似的应用程序时,他的主板出现了一些问题。使用该函数执行此类操作是否有任何危害(对硬件)?
I developed a little app which uses SendMessage
function to turn off monitor. My friend asked me whether using the app regularly will harm his monitor. He had some issues with his mother board when he used a similar app. Is there any harm (for hardware) in using the function to do things like these?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除非显示器有故障。
也就是说,快速打开和关闭它最终可能会给它带来压力。我会考虑在每次打开之间强制执行至少几秒钟的时间。
Not unless the monitor is faulty.
That said, turning it on and off very fast might stress it eventually. I'd consider enforcing a minimum of a couple of seconds between each turn on.