Menu problem

Started by
0 comments, last by chollida1 18 years, 9 months ago
Hi, I am trying to make a popup menu, like the one that appears when you right click somewhere. I managed to make that menu with items that were only strings (no picture). I tried to add a picture to the items but it didn't work and MSDN said that a menu can display items using text or bitmaps, but not both. Does anyone have an idea how to do that (I know it's possible because there a programs that do that, like windows browser). [Edited by - UriKiller on July 21, 2005 6:58:30 PM]
Advertisement
you need to do custom drawing for each menu item. Make the menu without a resource and then programatically add your items. You then need to make each of them ownerdrawn.

Cheers
Chris
CheersChris

This topic is closed to new replies.

Advertisement