Instability when using Access keys

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a rather odd problem when trying to code Access keys into the Text properties of controls on a VB.NET windows form. Put simply, they often do not show up when the form is compiled and run. E.g. make the text property of a Button control equal to '&Cancel' and the underlined C does not show (i.e. a normal C is displayed), nor does the Alt-C command actually work when the program is run

On one occasion fiddling around with using the & characterit started to work, then stopped again. Now I cant get it to show up or work. Any idea why this might happen
 
* =?Utf-8?B?SWFu?= said:
I have a rather odd problem when trying to code Access keys into the
Text properties of controls on a VB.NET windows form. Put simply, they
often do not show up when the form is compiled and run. E.g. make the
text property of a Button control equal to '&Cancel' and the underlined
C does not show (i.e. a normal C is displayed), nor does the Alt-C
command actually work when the program is run.

223552 Keyboard Navigation Indicators Are Not Present
<http://support.microsoft.com/default.aspx?scid=kb;EN-US;223552>

If you want to show the indicators automatically, have a look here:

<http://groups.google.com/[email protected]>
 
Back
Top