13.08.2013, 14:17
Hello , I'm making a mouse click calculator using Visual Basic Express 2010 , so I went to 'Click' event everything fine , but the problem when run , it counts the number of clicks only when I click on the Form , not outside , so how to make it working in the full screen , (where ever we click it counts)
Thanks
EDIT:
Everything we add to the Form has its evenements like
Private Sub Button_Evenement(.......) handless ...
How to make the evenement global , works when we click everywhere not only the thing we add ....
Thanks
EDIT:
Everything we add to the Form has its evenements like
Private Sub Button_Evenement(.......) handless ...
How to make the evenement global , works when we click everywhere not only the thing we add ....