Hello. I'm sorry for asking this but for the last hour I've been looking for a simple answer to my question and can't find one.

Anyways, I am creating a menu on a VB6 form using the menu editor. (I know there's other controls out there that look way better - but I'm a little leary about using an .ocx I didn't create in my program - and I actually don't think the VB6 menu looks that bad).

How do I place an icon next to my menu item? I am aware of the "SetMenuItemBitmaps" API but this apparently only places a bitmap next to the menu item - whereas I would like to place the .ico file next to it. This is relatively easy to do right??