elo touch screen settings Q

B

BattleAngel444

Hi All

Hopefully there is someone out there with some elo touch screen
experience under their belt. I need to automate enable click-on-touch
on our elo touch screen. As you know there is a registry entry for
that
(HKLM\SYSTEM\CurrentControlSet\ENUM\Vid_04e7&Pid_0020\6&1abed4ea&0&0000\Device
Parameters\MouseMode) and I set that entry to 0 it will enable "click
on touch" and disable mouse emulation". The only problem is that the
setting will now take effect untill I reboot the the entire system. I
am lead to believe that there MUST be a way to change the settings on
the fly, because I can change the settings I want on the fly from the
elo control panel. I've tried to edit the registry entry and restart
the EloSystemService from services.msc hoping that it would reload the
settings found in the registry, but it didn't work.

Any help would be greatly appreciated
Thanks again
 
P

Pascal Bouchard

If i remember, if you have the latest version of the driver, you can use a
dll (api) to achieve this type of operation; so, instead of modifying the
registry itself, create a program the calls the right method to do so; it is
comparable to modify the control panel's settings manually.

It must be a c/c++ program; you have to link with library EloPubIf.lib and
include EloInterface.h file.
 

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

Top