Access Keys do not display correctly

When I add access key functionality to my menus I don't see the access key underlined in the menu until I press the ALT key.

The access keys work just fine, and they even display correctly after pressing the ALT key. But, I want the access keys to be visible prior to the ALT key being depressed.

[299 byte] By [codefund.com] at [2008-2-18]
# 1
It's a Windows setting per user. This applies to all applications for that user. To change it, you need to go into display properties --> appearance tab --> Effects button --> uncheck "hide underlined letters for keyboard navigation until I press the Alt key".

Don't try to alter this programmatically. It's not nice to change a user's preferences to make your application look exactly the way you want it to.

codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Designer...