View Full Version : How to make a "Standby" Icon on Desktop?
Anonymous
10-12-1999, 05:03 PM
Instead of going to START-->Shut Down-->Stand By-->OK, is there a short cut to the computer into "Stand by" mode quicker? (an icon on the desktop or something)
Thank you.
Dol
brimstonenite
10-13-1999, 05:47 AM
I asked this question before and got an answer from a puter techie friend and he says there is no code so far to his knowledge for that particular option...however...I am not convinced that the command is obsolete..
Anonymous
10-18-1999, 04:25 AM
Use this Windows API to create a small exe:
SetSystemPowerState(True, False)
First parameter is whether to enter StandBy mode or shut down Windows.
Second parameter is whether ask all currently running Windows applications to suspend safely instead of forcing them to suspend. (True=Force; False=Ask)
It's very easy if your friend is in software programming part, instead of hardware part. The compiled version (exe) is only 15,360 bytes using Delphi. Ask if you want.
Powered by vBulletin™ Version 4.1.0 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.