User Tag List

Results 1 to 4 of 4

Thread: shut down monitor is possible?

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    shut down monitor is possible?

    Is possibile with MMF2 dev shut down monitor? NO permanent shut down, similar stand by pc. When i click the mouse, the monitor is on...
    Sorry my english :-)

  2. #2
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleInstall Creator Pro

    Join Date
    Dec 2010
    Location
    United Kingdom
    Posts
    961
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm not aware of an extension that can do this, but there is a command line program called Nircmd that can do the job you're looking for.

    Download and include nircmd.exe with your application (it's freeware)

    Webpage: http://www.nirsoft.net/utils/nircmd.html
    32-bit: http://www.nirsoft.net/utils/nircmd.zip
    64-bit: http://www.nirsoft.net/utils/nircmd-x64.zip

    To turn off the monitor, execute "nircmd.exe monitor off"
    The monitor will "sleep", and pressing a key or mouse button will wake it up again.

    You may only distribute this with your application if it's freeware, as the license says:
    This utility is released as freeware. You are allowed to freely distribute this utility via floppy disk, CD-ROM, Internet, or in any other way, as long as you don't charge anything for this. If you distribute this utility, you must include all files in the distribution package, without any modification !

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by lh37 View Post
    I'm not aware of an extension that can do this, but there is a command line program called Nircmd that can do the job you're looking for.

    Download and include nircmd.exe with your application (it's freeware)

    Webpage: http://www.nirsoft.net/utils/nircmd.html
    32-bit: http://www.nirsoft.net/utils/nircmd.zip
    64-bit: http://www.nirsoft.net/utils/nircmd-x64.zip

    To turn off the monitor, execute "nircmd.exe monitor off"
    The monitor will "sleep", and pressing a key or mouse button will wake it up again.

    You may only distribute this with your application if it's freeware, as the license says:
    Thanks alot, but is good for windows 8 on tablet? I try, but not work, can you do an example for me? thanks

  4. #4
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleInstall Creator Pro

    Join Date
    Dec 2010
    Location
    United Kingdom
    Posts
    961
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by daniele View Post
    Thanks alot, but is good for windows 8 on tablet?
    Windows 8 on a tablet? nircmd.exe only works on x86 or x86_64 systems and not the RT edition.

    The best way to get this tool to work is to try using it with the command prompt to make sure it works on your system.

    When implementing it to your application:
    1) Place a copy of nircmd.exe into the same directory as the program.
    2) Execute using AppPath$+"\nircmd.exe" and command line "monitor off"

Similar Threads

  1. Shut off after testing on the ipad
    By Shadeve in forum iOS Export Module Version 2.0
    Replies: 0
    Last Post: 28th August 2011, 11:35 PM
  2. Detecting a Shut Down or Restart
    By madmac in forum Multimedia Fusion 2 - Technical Support
    Replies: 13
    Last Post: 10th March 2011, 10:30 PM
  3. always on second monitor?
    By Chokito in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 29th August 2008, 02:06 AM
  4. Shut Down Object
    By Gerblegod7 in forum Extension Development
    Replies: 4
    Last Post: 23rd January 2007, 06:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •