How to display images for each item in a ContextMenu in VB 2003

Hi, I'm trying to display an image for each element in a context menu but i can't find the way to do that if someone can tell me i'll be very thankfull.
thanks.



Answer this question

How to display images for each item in a ContextMenu in VB 2003

  • Netscorpion

    I don't think the ContextMenu component in Visual Basic 2003 supported images. If you are using Visual Basic 2005, the new ContextMenuStrip component provides rich support for images - another reason to upgrade ;-)

    Steve Hoag

  • dispehrse

    Yes it does.
    If you download a "MenuExtender control" and add the .Dll to the control collection you can place an image for each item in a context and it's pretty cool.

    Anyone who's interested in this control you can download the .Dll in www.windowsforms.com

    and please don't tell me that it does not support images.
    thanks

  • How to display images for each item in a ContextMenu in VB 2003