Maximize application in system tray?
        Posted  
        
            by 
                Nicros
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nicros
        
        
        
        Published on 2011-01-06T04:45:05Z
        Indexed on 
            2011/01/06
            4:54 UTC
        
        
        Read the original article
        Hit count: 265
        
I wrote a little WPF app that when 'closed' minimizes to the system tray (customer requirement). Double clicking pops it back up, or right click gives a context menu to exit.
But if the app is minimized, and the users navigate to Start->All Programs->The Application it starts a new instance.
What (in C#) do I need to do to get the app to maximize the running instance if the user does this rather than fire up a new instance?
Thanks!
© Stack Overflow or respective owner