Hi Guys,
I'm developing an application which consists of some forms. I would need to put a timer on the application so if there is no activity then in 5 minutes the application should display the login screen again.
I'm thinking of placing a public method in a module and then on each form try to run this method, this method will contain the timer but how would i go for this logic to record any activity on the forms
I'm stuck with this and can't find any answer
Can you all please help me..
Thanks in advance.