Is is possible to put graphical icon for menu bar ?
Printable View
Is is possible to put graphical icon for menu bar ?
Yes, one way to do it is to use the easy SetMenuItemBitmaps API. Another way is to manually draw the images on to your menu using subclassing, better results but alot more work. Or you can google for a user control or article showing other techniques.