@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The GetDoubleClickTime API !!!!C# Signature: [DllImport("user32.dll")] static extern uint GetDoubleClickTime(); !!!!VB Code: Declare Function GetDoubleClickTime Lib "user32.dll" () As Integer !!!!User-Defined Types: None. !!!!Notes: Return value is in units of milliseconds (0.001 seconds). !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: System.Windows.Forms.SystemInformation.DoubleClickTime (http://msdn.microsoft.com/en-us/library/system.windows.forms.systeminformation.doubleclicktime.aspx) Documentation: GetDoubleClickTime@msdn on MSDN
Edit user32.GetDoubleC...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.