Click here to Skip to main content
15,894,540 members
Home / Discussions / C#
   

C#

 
GeneralRe: Turning of the monitors Pin
Daniel Turini29-Jul-04 3:11
Daniel Turini29-Jul-04 3:11 
GeneralRe: Turning of the monitors Pin
PrebKlok29-Jul-04 3:31
PrebKlok29-Jul-04 3:31 
GeneralRe: Turning of the monitors Pin
Daniel Turini29-Jul-04 3:35
Daniel Turini29-Jul-04 3:35 
GeneralRe: Turning of the monitors Pin
PrebKlok29-Jul-04 4:18
PrebKlok29-Jul-04 4:18 
GeneralRe: Turning of the monitors Pin
Heath Stewart29-Jul-04 4:48
protectorHeath Stewart29-Jul-04 4:48 
GeneralRe: Turning of the monitors Pin
PrebKlok29-Jul-04 5:10
PrebKlok29-Jul-04 5:10 
GeneralRe: Turning of the monitors Pin
Tom Larsen29-Jul-04 5:20
Tom Larsen29-Jul-04 5:20 
GeneralRe: Turning of the monitors Pin
PrebKlok29-Jul-04 5:51
PrebKlok29-Jul-04 5:51 
Ahrghhh.... I just wanted a little help for a something that mattered to me, but I guess I'll have to stick to what what my newbe skills could to come up with:

<br />
private void Form1_Load(object sender, System.EventArgs e)<br />
		{<br />
			this.Location = new Point(0,0);<br />
			this.BackColor = Color.Black;<br />
			this.Size = new Size(1280*2, 1024);<br />
		}


all through it doesn't turn off the monitors (since my monitors are backlighted), but at least it dims the light. Thank you guys Dead | X|
GeneralRe: Turning of the monitors Pin
Nick Parker29-Jul-04 7:22
protectorNick Parker29-Jul-04 7:22 
GeneralRe: Turning of the monitors Pin
Heath Stewart29-Jul-04 5:44
protectorHeath Stewart29-Jul-04 5:44 
GeneralRe: Turning of the monitors Pin
Nick Parker29-Jul-04 7:20
protectorNick Parker29-Jul-04 7:20 
GeneralRe: Turning of the monitors Pin
Heath Stewart29-Jul-04 9:00
protectorHeath Stewart29-Jul-04 9:00 
GeneralRe: Turning of the monitors Pin
Nick Parker29-Jul-04 9:33
protectorNick Parker29-Jul-04 9:33 
GeneralRe: Turning of the monitors Pin
Heath Stewart29-Jul-04 9:50
protectorHeath Stewart29-Jul-04 9:50 
GeneralRe: Turning of the monitors Pin
PrebKlok30-Jul-04 0:50
PrebKlok30-Jul-04 0:50 
GeneralRe: Turning of the monitors Pin
Heath Stewart30-Jul-04 3:33
protectorHeath Stewart30-Jul-04 3:33 
GeneralRe: Turning of the monitors Pin
PrebKlok30-Jul-04 4:01
PrebKlok30-Jul-04 4:01 
GeneralRe: Turning of the monitors Pin
Heath Stewart30-Jul-04 4:23
protectorHeath Stewart30-Jul-04 4:23 
GeneralRe: Turning of the monitors Pin
PrebKlok30-Jul-04 4:53
PrebKlok30-Jul-04 4:53 
GeneralRe: Turning of the monitors Pin
Heath Stewart30-Jul-04 5:01
protectorHeath Stewart30-Jul-04 5:01 
GeneralAsynchronous Pin
sreejith ss nair29-Jul-04 2:17
sreejith ss nair29-Jul-04 2:17 
GeneralRe: Asynchronous Pin
SOCM_FP_CPP29-Jul-04 3:05
SOCM_FP_CPP29-Jul-04 3:05 
GeneralRe: Asynchronous Pin
Heath Stewart29-Jul-04 5:02
protectorHeath Stewart29-Jul-04 5:02 
GeneralRe: Asynchronous Pin
sreejith ss nair29-Jul-04 20:29
sreejith ss nair29-Jul-04 20:29 
GeneralRe: Asynchronous Pin
Heath Stewart30-Jul-04 3:19
protectorHeath Stewart30-Jul-04 3:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.