Link to home
Start Free TrialLog in
Avatar of rbend
rbendFlag for United States of America

asked on

How to show system resource percentage used ?

What VB code obtains sytem resources either left or used, like the percentage shown in Control Panel/System/Resources?
Avatar of Erick37
Erick37
Flag of United States of America image

Win 9x only:
"Obtaining Memory Statistics & System Resources"

http://www.thescarms.com/vbasic/memstats.htm
ASKER CERTIFIED SOLUTION
Avatar of waty
waty
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of AnswerTheMan
AnswerTheMan

hmmm... start a new project, click 'add form', select 'About Dialog'
in form1 - add a button.
on the button click event  - add :

frmAbout.Show 1

run the prog.
click the button.
click 'System Info'

does that info satisfies you ???
................