I want to create a routine that watches to see if a mouse was clicked with in the last minute. Is the best way to do this with the Mouse Button Down Clicked event and a timer or is there a better way to do this????
The reason for this is, my program opens another program and if they have not clicked or done anything to the second program then I would like to ask them if they are ready to close the second program and reset the focus to the first program.


Reply With Quote