Application Idle Time

V

Visu

Hi All!

How to find the application idle time in VB.NET windows application?

We can get the windows Idle time
Private Declare Function GetLastInputInfo Lib "user32.dll"


But i want the idle time of my application alone in VB.NET.

How to do this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top