MainMenu with Images (WinForms, C#)
        Posted  
        
            by j-t-s
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by j-t-s
        
        
        
        Published on 2010-04-16T03:46:47Z
        Indexed on 
            2010/04/16
            4:23 UTC
        
        
        Read the original article
        Hit count: 393
        
Hi All
I have a MainMenu in my app and I would like to have little icons relevant to the Item in each menu. But the MainMenu control does not support this.
I would use the MenuStrip control, though that is a pretty ugly option in my opinion.
Does anybody have any suggestions? Are there any free/open source alt's out there, or would it be easy/possible to implement that feature into the existing MainMenu control?
Thanks
© Stack Overflow or respective owner