DonationCoder.com Forum

DonationCoder.com Software => Coding Snacks => Post New Requests Here => Topic started by: awiltz on December 06, 2008, 02:35 PM

Title: REQUEST: Monitor Off by button
Post by: awiltz on December 06, 2008, 02:35 PM
I have been trying to redo MonitOff so that instead of it turning off I want it to turn off when I push Shift+F1 (+F1).  I then went it to turn back on when I push Control+Shift+F1 (^+F1).  I'm wanting this program to run in XP and I would like to autoStart when windows start so that is it always active.  I would prefer to not have to put AutoHotKeys on all the computer so if it is possible to make it a .exe file I would love that.
Thanks for any help,

Alex Wiltz
Communication Specialist
Kansas State Universtiy Police Department
Title: Re: REQUEST: Monitor Off by button
Post by: wreckedcarzz on December 06, 2008, 10:25 PM
I don't do much AutoHotkey anymore, but this should be what your looking for..

NOTE: I didn't touch the options and I'm sure that the program could be more efficient since your taking out most of the logic behind it (simply using Shift+F1 to turn off), however this is a working model and should suit your needs. When touching any key/moving the mouse, the screen comes back on - I don't know how to make AHK recognize Control+Shift+F1 and ignore all other keys- sorry.

AHK and EXE attached. :)

EDIT: For spelling
Title: Re: REQUEST: Monitor Off by button
Post by: awiltz on December 06, 2008, 10:39 PM
It does what I kind of want it to do but it turns back on after a couple of seconds.  This was the same problem I was running into before and I'm not sure if it is the computer I'm programming it on if it is something else.
Thanks for all your help,
Alex
Title: Re: REQUEST: Monitor Off by button
Post by: wreckedcarzz on December 06, 2008, 11:31 PM
Hmm, seems to do it for me too. :o I'm not sure then... wait and see if skrommel (MonitOff's programmer) or someone else more qualified can't help :)
Title: Re: REQUEST: Monitor Off by button
Post by: awiltz on December 07, 2008, 12:10 AM
Alright.  I might just be the computer.  I'm going to take it out tomorrow to one of the police cars and see if it works right there. Thanks for all your help.  I was getting really frustrated.
Alex
Title: Re: REQUEST: Monitor Off by button
Post by: skrommel on December 07, 2008, 01:29 PM
:) Try this one!

(https://www.donationcoder.com/Software/Skrommel/PushMonitOff/PushMonitOff.gif) PushMonitOff  (http://www.1hoursoftware.com) - Press Shift-F1 to turn the monitor off.

Features:
- Change settings using Settings in the Tray menu.

You'll find the downloads and more info at  1 Hour Software by Skrommel (http://www.1hoursoftware.com).

 :( Sorry, but any button or mouse action turns the monitor back on...

Skrommel
Title: Re: REQUEST: Monitor Off by button
Post by: computerfritze on December 08, 2008, 09:07 AM
 :) Try this one.
you can activate the black screen with Shift+F1 and deactivate it with ESC.
The main executable is monitorturnofflauncher.exe.
It not depends on other Input except Ctrl+Alt+Del.
Title: Re: REQUEST: Monitor Off by button
Post by: awiltz on December 08, 2008, 10:49 AM
Thank a lot guys.  I have put it in one of the in car computers and it seems to be working.  This will really help the police officers at night when driving and to protect private information.  I'm glad there are still people out there willing to help.
Alex
Title: Re: REQUEST: Monitor Off by button
Post by: Fuffis on April 12, 2009, 04:18 AM
I would to avoid to resume the video on when i move the mouse but only when i click the mouse.
Do it is possibile to do?
Title: Re: REQUEST: Monitor Off by button
Post by: computerfritze on June 26, 2009, 03:48 PM
I have just seen it, yes I think so, I will try it tomorrow (~10am GMT+1)
Title: Re: REQUEST: Monitor Off by button
Post by: computerfritze on June 27, 2009, 03:46 AM
@Fuffis
Try this one!
Usage is the same as in my previous program, except when you click with the mouse anywhere on the Screen then the screen returns
Title: Re: REQUEST: Monitor Off by button
Post by: techidave on December 13, 2009, 07:19 AM
It does what I kind of want it to do but it turns back on after a couple of seconds.  This was the same problem I was running into before and I'm not sure if it is the computer I'm programming it on if it is something else.
Thanks for all your help,
Alex

I have this same problem on a computer with dual monitors.  Is this normal for it to turn itself back on?  I tried turning off one monitor but it did the same thing.

It is working just fine on another one with only one monitor.