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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top