Click to See Complete Forum and Search --> : menu short cut


zhujp98
September 30th, 2005, 08:16 PM
I want to use alt F as shortcut of File in my menu of C# project (just as same as in Word), how can i do that ?
Thanks

darwen
October 1st, 2005, 04:43 AM
Put an ampersand (&) before the "F" in the "File" of the text property.

So the text should be "&File".

Darwen.