How to change font of a menu item to regular from bold?
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:
- Most developers still need to support XP
- This case doesn't really fit what they're talking about anyway.
精彩评论