Is it possible to change the attributes of actual menu text?
I'm using the .popupmenu method to show a list, and it'd be pretty nifty if I could make certain items bold.
Just wondering. I doubt it's as easy as menuitem.caption = vbbold & blah? ;)
Printable View
Is it possible to change the attributes of actual menu text?
I'm using the .popupmenu method to show a list, and it'd be pretty nifty if I could make certain items bold.
Just wondering. I doubt it's as easy as menuitem.caption = vbbold & blah? ;)
^
Anyone?
You will need to use the API. Have you tried searching the www.mvps.org sites for an example (if you have never seen those sites, check them out, tons of info on VB).
This sample shows you how to change the colors of a menu. Maybe it will help you figure out how to bold the text.
Changing Menu and Submenu Colours without Affecting the System