views:

140

answers:

1

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.

+2  A: 

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:

  1. Most developers still need to support XP
  2. This case doesn't really fit what they're talking about anyway.

Jerry Coffin