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.
我有一个小程序,我需要以某种方式检测用户何时关闭他/她的笔记本电脑屏幕。所以; 不转动整个计算机,而只是关闭屏幕。
我有一个聊天程序,我需要在屏幕关闭时让用户离线。出于某种原因,当我关闭屏幕时,我当前的套接字连接仍然存在。
有任何想法吗?
您可以查看该库:
http://www.codeproject.com/Articles/6590/PC-StandBy-Detector-for-Java-Apps
它使用起来非常简单,对我来说效果很好。(仅限窗口)