D
dav.olivares
I've an application that has to be running always. I've a problem when
sleep mode activates. I've tried different ways without success in a
Symbol MC35 (WM5 and CF2)
1. SystemIdleTimerReset in time intervals doesn't work.
2. I've modified the registry entries:
ControlPanel\BackLight DimACTimeout and DimBatteryTimeout.
System\CurrentControlSet\Control\Power\Timeouts ACSuspendTimeout and
BattSuspendTimeout
but changes doesn't take effect, I've tried to send a message to
reload the values without success:
SendMessage(hwnd_broadcast, wm_settingchange, 0, "System
\CurrentControlSet\Control\Power\Timeouts")
SendMessage(hwnd_broadcast, wm_settingchange, 0,
"ControlPanel\BackLight")
Dou you have any idea about to solve that?
Thank you
sleep mode activates. I've tried different ways without success in a
Symbol MC35 (WM5 and CF2)
1. SystemIdleTimerReset in time intervals doesn't work.
2. I've modified the registry entries:
ControlPanel\BackLight DimACTimeout and DimBatteryTimeout.
System\CurrentControlSet\Control\Power\Timeouts ACSuspendTimeout and
BattSuspendTimeout
but changes doesn't take effect, I've tried to send a message to
reload the values without success:
SendMessage(hwnd_broadcast, wm_settingchange, 0, "System
\CurrentControlSet\Control\Power\Timeouts")
SendMessage(hwnd_broadcast, wm_settingchange, 0,
"ControlPanel\BackLight")
Dou you have any idea about to solve that?
Thank you