Finding timespan to double-click

  • Thread starter Thread starter Jan Eliasen
  • Start date Start date
J

Jan Eliasen

Hi

How can I find the system setting for the timespan that is associated
with doucle-clicking? I want my code to use the windows setting of the
current user, you see :-)
 
Hello,

This value is stored in registry:HKEY_CURRENT_USER\Control
Panel\Mouse\DoubleClickSpeed. You get the value by reading registry in your
program.

Hope this help,

Luke Zhang
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

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

Back
Top