Application Idle Time

  • Thread starter Thread starter Visu
  • Start date Start date
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?
 
Back
Top