I'm using PB6.5 and I would like to add a feature to the app where by if there is no activity by the user(i.e. - mouse clicks, key presses, etc) then the app. would log the user off and bring them back to a login screen.
I know I have to use the Timer event and Timer function in my main window, but how do I go about trying to determine if there has been no activity by the user? Is there a function I call for no activity? Would I need this function in every single window?
I know I have to use the Timer event and Timer function in my main window, but how do I go about trying to determine if there has been no activity by the user? Is there a function I call for no activity? Would I need this function in every single window?