文件名称:显示器定时关闭开启小工具(exe和代码)
文件大小:1.48MB
文件格式:RAR
更新时间:2022-07-03 03:12:36
显示器定时开关 托盘实现 模拟鼠标操作 程序单实例运行 ini配置文件读写
这是一个用MFC编写的显示器定时关闭开启小工具(需求来源是学校的LED屏幕要求几天连续播放,但晚上可能忘记关闭或者安排人员关闭很麻烦)。通过这个小工具可以实现指定时间段保持关闭状态,非关闭时间段保持开启。附上源代码,主要涉及的核心代码有:显示器开启和关闭代码、程序托盘实现代码、模拟鼠标移动操作代码、配置文件读写代码、程序单实例运行代码。
【文件预览】:
MonitorSet
----stdafx.cpp(179B)
----MonitorSet.cpp(3KB)
----res()
--------MonitorSet.rc2(676B)
--------MonitorSet.ico(66KB)
----stdafx.h(2KB)
----MonitorSet.aps(90KB)
----MonitorSetDlg.h(1KB)
----MonitorSet.vcxproj(10KB)
----MonitorSet.rc(11KB)
----targetver.h(299B)
----MonitorSet.vcxproj.filters(2KB)
----resource.h(873B)
----MonitorSet.h(562B)
----MonitorSetDlg.cpp(12KB)
----MonitorSet.vcxproj.user(233B)
MonitorSet.sln
显示器定时开关程序.exe