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.)
 
Back
Top