文件名称:Screen_App

  • 所属分类:
  • 系统编程
  • 资源属性:
  • [Windows] [Visual C] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 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
t-cmd
显示器

(系统自动生成,下载前可以参看下载内容)

下载文件列表

Screen_App

..........\Debug

..........\.....\Screen_App.exe

..........\off.bat

..........\ReadMe.txt

..........\Release

..........\.......\Screen_App.exe

..........\Screen_App.cpp

..........\Screen_App.dsp

..........\Screen_App.dsw

..........\Screen_App.ncb

..........\Screen_App.opt

..........\Screen_App.plg

..........\StdAfx.cpp

..........\StdAfx.h

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org