Home All Groups Group Topic Archive Search About

Application Idle Time

Author
22 Nov 2007 7:03 AM
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?

--
Thanks and Regards
S. Viswanathan

Author
22 Nov 2007 4:13 PM
Smokey Grindel
Application.Idle?
http://msdn2.microsoft.com/en-us/library/system.windows.forms.application.idle.aspx

then use a timer?

Show quoteHide quote
"Visu" <v***@ewaksoft.com> wrote in message
news:uaXT0UNLIHA.4272@TK2MSFTNGP06.phx.gbl...
> 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?
>
> --
> Thanks and Regards
> S. Viswanathan
>