Hi. Quick help would be appreciated.
In my app I need to detect if the app is left unused for 15 minutes. I take mouse clicks as an indication of usage.
My questions is: how can i detect that mouse is clicked anywhere on the app?
(I can't rely on form events, because there are tab panes and Modal forms too)
Thanks a lot.
p.s. IF that is not possible, how can I detect mouse clicks on the pages of a tab pane? the tabpane click event only works if no pages are open, but clicking on open tabs won't trigger it.
In my app I need to detect if the app is left unused for 15 minutes. I take mouse clicks as an indication of usage.
My questions is: how can i detect that mouse is clicked anywhere on the app?
(I can't rely on form events, because there are tab panes and Modal forms too)
Thanks a lot.
p.s. IF that is not possible, how can I detect mouse clicks on the pages of a tab pane? the tabpane click event only works if no pages are open, but clicking on open tabs won't trigger it.