자 료 실

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

2014.10.18 14:49

프로그래머 조회:4522 추천: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 - - -
3109 유틸리티| Q-Dir 6.00 [1] 모노리스 2250 3 10-22
3108 유틸리티| Easy2Boot USB 1.57 Stable - 20141022 [7] 네박자 2736 2 10-22
3107 유틸리티| FileZilla 3.9.0.5 [5] asklee 2336 1 10-22
3106 유틸리티| UpdatePack7R2 v10.14.20 for Win7 SP1 & Server 2008 ... [4] 네박자 3721 2 10-21
3105 유틸리티| ScreenToGif 1.3 Stable [4] 네박자 2222 2 10-20
3104 유틸리티| Portable WinASO Registry Optimizer 4.8.7.0 [9] alejandro 3651 7 10-20
3103 기 타| Inno Setup 추출기>InnoExtractor Free 5.0 [1] cproplus@o 2689 0 10-20
3102 미디어| 샤나인코더(ShanaEncoder) 2.6 [7] 샤나 4220 2 10-20
3101 기 타| Simpo PDF to Word 3.5 한글 랭귀지 파일 [2] 배현짱 3274 1 10-19
3100 문서 / 업무| SumatraPDF 3.0 Final [8] 히릿 5427 8 10-19
3099 유틸리티| UltraISO Premium Edition 9.6.2.3059 Portable [11] Vista 7574 10 10-19
3098 유틸리티| ESET Smart Security 5, 6 and 7 한글(한국어) 마지막 버전 [9] 맥주와쥐포 5271 3 10-19
3097 유틸리티| 반디집 5.03 k 포터블 [6] 배현짱 3503 1 10-18
3096 유틸리티| 화면보호기 [2] 그루터기 3435 3 10-18
» 유틸리티| 모니터 끄기 프로그램 [7] 프로그래머 4522 3 10-18
3094 유틸리티| Firefox Setup 33.0 [1] 빨간다라이 2028 3 10-18
3093 유틸리티| WanDrv6.2.2014.1010 [26] 네박자 6631 14 10-17
3092 유틸리티| RSImageX2.27 - 20141017 [7] 네박자 3658 6 10-17
3091 게 임| MAME 0.155 에뮬레이터 [2] Rollback 8663 1 10-16
3090 게 임| MAME 0.155 풀롬 [3] Rollback 9597 7 10-16
XE1.11.6 Layout1.4.8