Hi there,

Is there a way to load Icons/Bitmaps from embedded Resource for Menu items?

Currently I'm using SetMenuItemBitmaps API with PictureBox arrays like this:
Code:
Call MenuIconAdd(Me, 0, 0, picMnu(0).Picture.Handle)
Call MenuIconAdd(Me, 0, 1, picMnu(1).Picture.Handle, picMnu(1).Picture.Handle)
Thanks!