images in menu?
-
Hi, i have a SDI app without toolbar and I need to add images to some of my menu items. How can I do it? Thanks.
-
Hi, i have a SDI app without toolbar and I need to add images to some of my menu items. How can I do it? Thanks.
there are thousands of example articles out there. did you search any by chance ?
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
there are thousands of example articles out there. did you search any by chance ?
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
Yes, but they all include some user drawn class. I was wondering could it be done for standard menus? Sorry for my poor language.
-
Yes, but they all include some user drawn class. I was wondering could it be done for standard menus? Sorry for my poor language.
nope, the standard menu don't support this. but using owner drawn menus wouldn't be too hard if using an all made class...
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
Hi, i have a SDI app without toolbar and I need to add images to some of my menu items. How can I do it? Thanks.
See CmenuModifier - an owner draw image menu[^].
Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )
-
See CmenuModifier - an owner draw image menu[^].
Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )
Thanks. I used 'BCMenu' because I already have it included in my project.