I want to make an application in vb.net which will allow user to use mouse in a different way. i.e Dwell Clicking.
Suppose user moves mouse pointer at particular location and if the user doesnt move the mouse pointer from that location for 2 seconds then single click will be initiated.
Can any one help me out! How should I start?
All I know is I will need a form, 2 buttons i.e for selecting single click and double click, and a timer!