topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 16, 2024, 6:12 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: REQUEST: Monitor Off by button  (Read 25789 times)

awiltz

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 4
    • View Profile
    • Donate to Member
REQUEST: Monitor Off by button
« 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

wreckedcarzz

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 1,626
    • View Profile
    • Donate to Member
Re: REQUEST: Monitor Off by button
« Reply #1 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
« Last Edit: December 06, 2008, 10:33 PM by wreckedcarzz »

awiltz

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 4
    • View Profile
    • Donate to Member
Re: REQUEST: Monitor Off by button
« Reply #2 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

wreckedcarzz

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 1,626
    • View Profile
    • Donate to Member
Re: REQUEST: Monitor Off by button
« Reply #3 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 :)

awiltz

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 4
    • View Profile
    • Donate to Member
Re: REQUEST: Monitor Off by button
« Reply #4 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

skrommel

  • Fastest code in the west
  • Developer
  • Joined in 2005
  • ***
  • Posts: 933
    • View Profile
    • 1 Hour Software by skrommel
    • Donate to Member
Re: REQUEST: Monitor Off by button
« Reply #5 on: December 07, 2008, 01:29 PM »
:) Try this one!

PushMonitOff - 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.

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

Skrommel
« Last Edit: December 08, 2008, 09:42 AM by skrommel »

computerfritze

  • Supporting Member
  • Joined in 2008
  • **
  • default avatar
  • Posts: 38
    • View Profile
    • Donate to Member
Re: REQUEST: Monitor Off by button
« Reply #6 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.
--
Greets, computerfritze

awiltz

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 4
    • View Profile
    • Donate to Member
Re: REQUEST: Monitor Off by button
« Reply #7 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

Fuffis

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
Re: REQUEST: Monitor Off by button
« Reply #8 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?

computerfritze

  • Supporting Member
  • Joined in 2008
  • **
  • default avatar
  • Posts: 38
    • View Profile
    • Donate to Member
Re: REQUEST: Monitor Off by button
« Reply #9 on: June 26, 2009, 03:48 PM »
I have just seen it, yes I think so, I will try it tomorrow (~10am GMT+1)
--
Greets, computerfritze

computerfritze

  • Supporting Member
  • Joined in 2008
  • **
  • default avatar
  • Posts: 38
    • View Profile
    • Donate to Member
Re: REQUEST: Monitor Off by button
« Reply #10 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
--
Greets, computerfritze
« Last Edit: July 09, 2009, 10:24 AM by computerfritze »

techidave

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,044
    • View Profile
    • Donate to Member
Re: REQUEST: Monitor Off by button
« Reply #11 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.