Technology & Programming Enthusiast blog

<
OMNITECHIE
 

How to detect UI idle time in c# or C++/CLI

March 11, 2008 12:28 by Rickron

I have recently tried to get any use of Application.Idle event in an application but it sounds like there is always an event taking place into que message queue (the intended use here was to wait until the event is called and use it to run the a background thread). Therefore I had to implement my own idle time. It is sad that there is not an event available  to help in the recent FCL or may be someone could help ?....

 Rick


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories:
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Related posts