Click here to Skip to main content
15,913,854 members
Everything / Battery

Battery

battery

Great Reads

by honey the codewitch
Easily blank the screen after a timeout period
by ToughDev
Interesting findings about GSM SIEMENS TC35
by klinkenbecker
Shows how to monitor a UPS, graph the details and shutdown the system

Latest Articles

by ToughDev
Interesting findings about GSM SIEMENS TC35
by honey the codewitch
Easily blank the screen after a timeout period
by klinkenbecker
Shows how to monitor a UPS, graph the details and shutdown the system

All Articles

Sort by Score

Battery 

21 Jul 2022 by honey the codewitch
Easily blank the screen after a timeout period
7 Oct 2011 by Mario Majčica
Did you tried with[DllImport("kernel32.dll")]static extern bool GetSystemPowerStatus(out SYSTEM_POWER_STATUS lpSystemPowerStatus)Actually I never tried it, but this should help.http://www.pinvoke.net/default.aspx/kernel32/GetSystemPowerStatus.html[^]Let us...
17 Jan 2016 by Member 12269750
Hi guys I'm not sure if this is the best place to post this but I couldn't find anywhere else.Would it be possible to program a cell phone charger to detect when a phone is at 20% and then it will start charging? But it won't start charging before 20%. Then it will charge it up to 99% and...
17 Jan 2016 by Jochen Arndt
There is no ability to control the charging process by software running on the system.The charger is part of the phone hardware. There is usually an integrated circuit that does all the charging without any software involved. So there is no need for the system to be running while charging....
7 May 2023 by ToughDev
Interesting findings about GSM SIEMENS TC35
2 Dec 2021 by klinkenbecker
Shows how to monitor a UPS, graph the details and shutdown the system
6 Oct 2011 by Nickso112
Hi guys. I really could use some help with a program i'm writing about battery life. I want to list some of a laptop's battery properties, such as design capacity, design voltage, current discharge rate and others, but i cannot find this info using the WIn32_Battery or Win32_PortableBattery...
4 Aug 2014 by Sepehr Mohammad
You could use System.Windows.Forms.PowerStatus