Link to home
Start Free TrialLog in
Avatar of N2435
N2435Flag for United States of America

asked on

In need of vb.net code to time out due to user inactivity

I am in need of vb.net code that will time out after 15 min of inactivity by the user.
Avatar of Mike Tomlinson
Mike Tomlinson
Flag of United States of America image

What KIND of VB.Net application are we talking about here...the approach required for different platforms will be very different!  Console, WinForms, WebForms, WPF, etc...

Is there only one form, many forms?...

Are you dealing with both mouse and keyboard input?...

So many unanswered questions...
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of N2435

ASKER

Mike,

The program in question is a muti form, Windows base vb.net app, that is event driven both by mouse and user input.  Googling the web for
answers, I found code that is confusing.  I am new to vb.net and have inherited this application and its due date for completion that is just days
away. I came to this forum, because of the many experts that have years of expertise in vb.net and perhaps have already created functions for
detecting user inactivity.  The closest examples I have found, place this functions in the main function, and wait for the event of inactivity.
did you look at my sample?
Avatar of N2435

ASKER

Eric, sorry, I will look at the link now
Avatar of N2435

ASKER

Thanks, You have save me!