Access key does not show
-
Hi all, I have a problem when I create a project with VB.NET. I try to assign the access key to the controls in a form by set the text property of the controls with one ampersand (&), e.g. button1.Text = "&Print". When I run the app, it only shows the button as "Print" intead of "Print". However, after I press Alt key, the shortcut appear in the form. Does anyone know the reason for that and how to fix it? Thanks a lot. Frank
-
Hi all, I have a problem when I create a project with VB.NET. I try to assign the access key to the controls in a form by set the text property of the controls with one ampersand (&), e.g. button1.Text = "&Print". When I run the app, it only shows the button as "Print" intead of "Print". However, after I press Alt key, the shortcut appear in the form. Does anyone know the reason for that and how to fix it? Thanks a lot. Frank
It has nothing to do with your app or your code. It's a setting in the Display control panel, Effects tab. Clear the checkbox in there that says "Hide keyboard navigation indicators until I use the Alt key". RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
It has nothing to do with your app or your code. It's a setting in the Display control panel, Effects tab. Clear the checkbox in there that says "Hide keyboard navigation indicators until I use the Alt key". RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome