How can I have my Windows Form application minimize to system taskbar?
        Posted  
        
            by Sergio Tapia
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sergio Tapia
        
        
        
        Published on 2010-04-25T13:26:19Z
        Indexed on 
            2010/04/25
            13:33 UTC
        
        
        Read the original article
        Hit count: 343
        
My dream is to make a very good, open source Help desk application for companies to use for free.
My client application will run on every client computer have minimize itself to the task bar. When the user click the icon, it'll open the actual Winform window.
I'm using .NET 3.5; is there a simple way to minimize/maximize from the taskbar?
© Stack Overflow or respective owner