WinForms "mini-windows"
        Posted  
        
            by Poco
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Poco
        
        
        
        Published on 2010-03-24T16:14:35Z
        Indexed on 
            2010/03/24
            22:53 UTC
        
        
        Read the original article
        Hit count: 421
        
winforms
I need to create some mini-windows, like the ones shown in the image bellow, in my winform main form.
It would be nice if they could be draggable, resizable, and, mainly, closable. How can I approach this design? Has anybody already seen some control (with code available) implementing something similar?

© Stack Overflow or respective owner