catching single and double click on listicon...

Just starting out? Need help? Post your questions and find answers here.
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

Windows API GetDoubleClickTime() can be used to determine the maximum time to make it a real doubleclick.

A doubleclick is determined by classstyle CS_DBLCLKS

-- Edit:
I overlooked an earlier response about the API :)
Post Reply