Question about Low-Level Mouse Hooking in C#
hello there,
I'm currently working on my project using Low-Level Mouse Hook.
I have question about that hooking thing..
1. Is there any way that I could determine middle-button click when I used low-level mouse hook?
2. any trick to determine when I double-clicked the mouse? because the e.Clicks always return zero value..
I'm using C# 2005 express edition with .NET 2.0 Framework..
thankz for the information, I hardly found any information related in this forum...