Button shortcut not working

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

Guest

In VB6, I could use & to assign a shortcut in the button, but it doesn't seem
to work in .NET. Does anyone know how to make it work in .NET?
 
Should work the same way, unless you are also trying to display an actual
ampersand (which you would do by including && in the button text. In that
case, nothing will be underlined.

Terp
 
Could the problem be that you are now running on Windows XP, which by
default hides the shortcut underscores at run time until the Alt key is
pressed?

Try pressing the Alt key at runtime, and see if your shortcut
indicators suddenly appear.
 
Back
Top