자 료 실

유틸리티 모니터 끄기 프로그램

2014.10.18 14:49

프로그래머 조회:4446 추천:3

소스 공개 보여드립니다.


using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;

namespace monitorPowerCtlSample2._0
{
    public partial class Form1 : Form
    {
        string title = "Monitor Power";
        const int WM_SYSCOMMAND = 0x0112;
        const int SC_MONITORPOWER = 0xF170;

        const int MONITOR_ON = -1;
        const int MONITOR_OFF = 2;
        const int MONITOR_STANBY = 1;

        [DllImport("user32.dll")]
        private static extern int SendMessage(int hWnd, int hMsg, int wParam, int lParam);
       
        public Form1()
        {
            InitializeComponent();
            this.Text = title;                     
        }

        private void timer1_Tick(object sender, EventArgs e)
        {
            SendMessage(this.Handle.ToInt32(), WM_SYSCOMMAND, SC_MONITORPOWER, MONITOR_ON);
        }

        private void Form1_Load(object sender, EventArgs e)
        {
            SendMessage(this.Handle.ToInt32(), WM_SYSCOMMAND, SC_MONITORPOWER, MONITOR_OFF); 
            Close();
        }
    }
}

번호 제목 글쓴이 조회 추천 등록일
[공지] 저작권 보호 요청 자료 목록 gooddew - - -
[공지] 자료실 이용간 유의사항 gooddew - - -
3114 유틸리티| Syslinux+Grub4Dos Quick Installer(USB-Flash) v.1.1 by qwas [2] 네박자 2017 2 10-23
3113 유틸리티| 인터넷 TV [12] 배현짱 5586 7 10-22
3112 기 타| KakaoTalk V2.0.1.698 Portable [9] DarknessAn 3294 4 10-22
3111 유틸리티| Q-Dir 6.00 [1] 모노리스 2185 3 10-22
3110 유틸리티| Easy2Boot USB 1.57 Stable - 20141022 [7] 네박자 2688 2 10-22
3109 유틸리티| FileZilla 3.9.0.5 [5] asklee 2272 1 10-22
3108 유틸리티| UpdatePack7R2 v10.14.20 for Win7 SP1 & Server 2008 ... [4] 네박자 3648 2 10-21
3107 유틸리티| ScreenToGif 1.3 Stable [4] 네박자 2152 2 10-20
3106 유틸리티| Portable WinASO Registry Optimizer 4.8.7.0 [9] alejandro 3580 7 10-20
3105 기 타| Inno Setup 추출기>InnoExtractor Free 5.0 [1] cproplus@o 2624 0 10-20
3104 미디어| 샤나인코더(ShanaEncoder) 2.6 [7] 샤나 4150 2 10-20
3103 기 타| Simpo PDF to Word 3.5 한글 랭귀지 파일 [2] 배현짱 3210 1 10-19
3102 문서 / 업무| SumatraPDF 3.0 Final [8] 히릿 5357 8 10-19
3101 유틸리티| UltraISO Premium Edition 9.6.2.3059 Portable [11] Vista 7504 10 10-19
3100 유틸리티| ESET Smart Security 5, 6 and 7 한글(한국어) 마지막 버전 [9] 맥주와쥐포 5207 3 10-19
3099 유틸리티| 반디집 5.03 k 포터블 [6] 배현짱 3440 1 10-18
3098 유틸리티| 화면보호기 [2] 그루터기 3365 3 10-18
» 유틸리티| 모니터 끄기 프로그램 [7] 프로그래머 4446 3 10-18
3096 유틸리티| Firefox Setup 33.0 [1] 빨간다라이 1975 3 10-18
3095 유틸리티| WanDrv6.2.2014.1010 [26] 네박자 6577 14 10-17
XE1.11.6 Layout1.4.8