Mouse free button

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

Guest

I need a shortcut key for a button on a windows form.
I have tried to put mybutton.text = "&Click", but that doesn't seem to work.
 
Arne Garvander said:
I need a shortcut key for a button on a windows form.
I have tried to put mybutton.text = "&Click", but that doesn't seem to
work.

What doesn't work? Did you already try to press C or Alt+C (depending on
the scenario)?
 
Actually Alt+c worked today. I did not get the underscore on the button.
--
Arne Garvander
Certified Geek
Professional Data Dude
 
That's just a XP setting.

Display Properties -> Effects -> Hide underlined letters for keyboard
navigation until I press the Alt key

Jason Newell
www.jasonnewell.net
 
I can't find anything called 'Display Properties' or 'Effects'. Where is that
setting?
 
Sorry for being vague.

Control Panel -> Display -> Appearance (Tab) -> Effects -> Hide
underlined letters for keyboard navigation until I press the Alt key

Jason Newell
www.jasonnewell.net
 

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