WPF: Create your own screen-saver if your running application is 'idle'
        Posted  
        
            by eibhrum
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by eibhrum
        
        
        
        Published on 2010-03-19T17:08:01Z
        Indexed on 
            2010/03/19
            17:11 UTC
        
        
        Read the original article
        Hit count: 193
        
Hi,
Is there a way to create a window (similar to a screen-saver) that will be displayed once your running application is not 'interacting' (or being idle) with the user, meaning to say, no mouse movements happening on the application.
Some of my friends suggested to use a Timer for this one. Any suggestion for a good head start? Thanks.
© Stack Overflow or respective owner