Link to home
Start Free TrialLog in
Avatar of mk39
mk39

asked on

backlight

Hi,

Is there any way to change backlight turn off time using programming(Preferred  c# or vb.net other c++ can be used too)? I guess, may be it is changed using registry info.

Manually, it is done by:

Setting > Backlight (Battery Power and External Power)

Thank you
Avatar of kaufmed
kaufmed
Flag of United States of America image

Avatar of mk39
mk39

ASKER

I tried it, but it is not changing time for backlight. Please help me to change backlight time.

Thank  you
ASKER CERTIFIED SOLUTION
Avatar of Mikal613
Mikal613
Flag of United States of America 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 mk39

ASKER

After changing registry, why you have used
CoreDLL.SendEvent("BackLightChangeEvent");

Is it necessary?
 
Than you
To referesh the settings
Avatar of mk39

ASKER

What should be namespace for CoreDLL?
its gonna be a class in your existing class. So whatever your classname is. ClassName.CoreDLL.SendEvent
Avatar of mk39

ASKER

sorry, silly question, I got it
thanks
no problem
Avatar of mk39

ASKER

I tried it, I can see change in registry but it is not applied as it is changed.

How can I force it to apply immediately?

Thank you