I would like to keep my application visible all the time and I've tried do that by creating a Timer based on value returned by
ISysInfo.GetInfo(Entity = "Display";Key = "LightTimeout",
Which would then call
sysinfo.lighton(_sysinfo.lighttargetsystem ,_sysinfo.lightinfiniteduration, _sysinfo.lightmaxintensity, true)
But so far I havent got any lucky.
I've also tried to dispatch a window event so the app would response to that event in order to stay awake but it didn't worked either.
I'm running out of idea here, please help me!!

,
Reply With Quote

