ACPI and .Net

  • Thread starter Thread starter Bob Finger
  • Start date Start date
B

Bob Finger

Anybody know where I can find information on accessing the ACPI
(Advanced Configuration and Power Interface) from VB.Net or C#?
Specifically, I need to create a service that reports on the battery
status of a tablet PC.

TIA,
-bob
 
Bob,
you can do this via the WMI classes in .NET.
I haven't got any code that does that, but do a search for WMI and .NET for
some code, and look at the WMI documentation of msdn.microsoft.com
Cheers,
Thomas
 
Thanks very much.

-bob
Bob,
you can do this via the WMI classes in .NET.
I haven't got any code that does that, but do a search for WMI and .NET for
some code, and look at the WMI documentation of msdn.microsoft.com
Cheers,
Thomas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top