文件名称:Screen_App
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:56.57kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
给出了一个通过SendMessage关闭和打开显示器的示例。结论是调用该函数的参数应该为:
SendMessage(HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, cmd)
其中cmd仅取下列值有效:typedef enum { MONITOR_ON = -1,MONITOR_OFF = 2, MONITOR_STANBY = 1} eMonitorCMD
否则被自动忽略。
纠正了许多文献的不全或错误。
但是对于我的笔记本如果在待机过程中合上显示器,下次恢复时必须重新合上一次显示器再打开;上述程序时效,不知道什么原因,有人说这是一个BUG。本机系统为WindowsXP,T61 thinkpad。-Gives a SendMessage example of to control the display. Concluded that the parameters of the function call should be: SendMessage (HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, cmd) which only take the following values of cmd effective: typedef enum (MONITOR_ON =-1, MONITOR_OFF = 2, MONITOR_STANBY = 1) eMonitorCMD otherwise be automatically neglected. To correct a number of incomplete or incorrect documentation. But for my notebook during the standby if the display closed, the next recovery time must be re-closed and then open the display spent above procedure, I do not know why, it is said that this is a BUG. The local system to WindowsXP, T61 thinkpad.
SendMessage(HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, cmd)
其中cmd仅取下列值有效:typedef enum { MONITOR_ON = -1,MONITOR_OFF = 2, MONITOR_STANBY = 1} eMonitorCMD
否则被自动忽略。
纠正了许多文献的不全或错误。
但是对于我的笔记本如果在待机过程中合上显示器,下次恢复时必须重新合上一次显示器再打开;上述程序时效,不知道什么原因,有人说这是一个BUG。本机系统为WindowsXP,T61 thinkpad。-Gives a SendMessage example of to control the display. Concluded that the parameters of the function call should be: SendMessage (HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, cmd) which only take the following values of cmd effective: typedef enum (MONITOR_ON =-1, MONITOR_OFF = 2, MONITOR_STANBY = 1) eMonitorCMD otherwise be automatically neglected. To correct a number of incomplete or incorrect documentation. But for my notebook during the standby if the display closed, the next recovery time must be re-closed and then open the display spent above procedure, I do not know why, it is said that this is a BUG. The local system to WindowsXP, T61 thinkpad.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Screen_App/Debug/Screen_App.exe
Screen_App/Debug
Screen_App/off.bat
Screen_App/ReadMe.txt
Screen_App/Release/Screen_App.exe
Screen_App/Release
Screen_App/Screen_App.cpp
Screen_App/Screen_App.dsp
Screen_App/Screen_App.dsw
Screen_App/Screen_App.ncb
Screen_App/Screen_App.opt
Screen_App/Screen_App.plg
Screen_App/StdAfx.cpp
Screen_App/StdAfx.h
Screen_App
Screen_App/Debug
Screen_App/off.bat
Screen_App/ReadMe.txt
Screen_App/Release/Screen_App.exe
Screen_App/Release
Screen_App/Screen_App.cpp
Screen_App/Screen_App.dsp
Screen_App/Screen_App.dsw
Screen_App/Screen_App.ncb
Screen_App/Screen_App.opt
Screen_App/Screen_App.plg
Screen_App/StdAfx.cpp
Screen_App/StdAfx.h
Screen_App
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.