disable standby

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know how to disable standby and any other power saver settings
when my app is running? My app runs on computers that use touch screens and
there is a bug in the driver that doesn't register touchscreen input as input
so computers are going into standby when they shouldn't.
 
You can do it in .NET, you can tell when it happens with
Microsoft.Win32.SystemEvents but you would need to find a WinAPI call to turn
it off

HTH

Ciaran O'Donnell
 
Is there a way to cancel the changing of the power modes when subscribing to
the PowerModeChanged event?
 

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