Hello
I want to change font of a menu item from bold to regular. I looked few API's like ModifyMenu SetMenuItemInfo but looks like there is no direct API to change the font.
Any suggestions whats the easiest and best way to do that.
Hello
I want to change font of a menu item from bold to regular. I looked few API's like ModifyMenu SetMenuItemInfo but looks like there is no direct API to change the font.
Any suggestions whats the easiest and best way to do that.
At least as far as I know, this requires an owner-drawn menu. As mentioned in the link, if you're willing to code strictly to Vista and newer, owner-drawn menus aren't necessary as often as they used to be, but: