1 Attachment(s)
DWW-700H and equivalents Resume from Hibernation problem fix
I bought an equivalent to the DWW-700H on ebay recently. I've posted comments in another thread on it, and made mention to a problem I had. The issue was that on resuming from hibernation, the touch screen did not work. No amount of messing with devcon helped, nor did changing the drivers for different versions, but I did find that if I ran the touchkit configuration program, as soon as it had read from the device during initialisation the touchscreen would work.
Given it's a touch screen, running the config program manually after resume is impossible without a mouse or keyboard, so I decided to implement a software solution.
resumelaunch sits in the background (put it in your startup group) and detects whenever the PC resumes from hibernation. When it detects this state it launches the configured application, waits for a configured number of seconds, then terminates it with a 'TerminateProcess' call.
Software attached. Ini file contents should be self explanatory.
Ric.