Bitmap on Menu Bar
-
Hey all, I've got a dialog program with a menu. I want to add a bitmap on the actual menu bar, not in a drop down. I want it next to the items... Example: (BITMAP) File Edit View Help Is there anyway to do this, and if so, how? I've tried everything, but nothing is working. Thanks a lot. Dave
-
Hey all, I've got a dialog program with a menu. I want to add a bitmap on the actual menu bar, not in a drop down. I want it next to the items... Example: (BITMAP) File Edit View Help Is there anyway to do this, and if so, how? I've tried everything, but nothing is working. Thanks a lot. Dave
Insert an owner-drawn menu item in the first position, and make its state
MF_GRAYED
so it can't be clicked and it doesn't change color when the mouse is over it. --Mike-- LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ | You Are Dumb Strange things are afoot at the U+004B U+20DD -
Insert an owner-drawn menu item in the first position, and make its state
MF_GRAYED
so it can't be clicked and it doesn't change color when the mouse is over it. --Mike-- LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ | You Are Dumb Strange things are afoot at the U+004B U+20DD -
Mickael Dunn'advice is good.but I think there must be a method to do it by using member's function of menu class in MFC.you can refer to Microsoft Internet Explorer, bitmap lies of left of the items in "favourite" your friend:bobi