I can add images to the regular menus using
SetMenuItemBitmaps
but it doesnt want to work for popmenus!
any ideas??
Printable View
I can add images to the regular menus using
SetMenuItemBitmaps
but it doesnt want to work for popmenus!
any ideas??
Hi,
I think if you use the same method SetMenuBitmaps but for popup menus I think the popup menu has to be visible on the menubar for the bitmaps to show. You can always disable the popup menu on the bar so it will still be visible but not clickable.
Have a good one!
BK
I know it works if its visible.. but looks terrible. no good (Thanks though)
There must be another way..
the SetMenuBitmaps works in access2k...(when the popMenu is "created" at runtime..)
any other ideas?
actually your idea worked... sort of..
enabled = false
caption = "" <added this
worked great!
Thanks!!