本文介绍了C#winform:创建实时电池容量?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我实际上如何创建实时电池容量?
我尝试过的事情:
How actually can i create realtime battery capacity ?
What I have tried:
PowerStatus ps = SystemInformation.PowerStatus;
int b = (int)(p.BatteryLifePercent * 100);
bunifuCircleProgressbar4.Value = (int)(ps.BatteryLifePercent * 100);
推荐答案
这篇关于C#winform:创建实时电池容量?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!