|
-
May 22nd, 2024, 09:19 AM
#5
Re: Menu icon from Resource file
 Originally Posted by beic
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! 
You should upload a complete source code example project, what is MenuIconAdd?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|