Shortcut Key VS2005

  • Thread starter Thread starter =?ISO-8859-15?Q?Bj=F6rn_Dietz?=
  • Start date Start date
?

=?ISO-8859-15?Q?Bj=F6rn_Dietz?=

Hello all,

I'm just testing the VS2005 beta. I've added a MenuStrip with some
MenuItems in it, these I furnished with a "ShortcutKeyDisplayString". I
was expecting that when I press that key during runtime, the application
should start the desired action behind the corresponding MenuItems (in
my case it's just a boring Application.Exit, which is in the
MenuItem.Click-Event), but it doesn't seem to work that way.

What did I do wrong?

Thanks in advance...

Björn
 
Hi all,

ok, found it out myself:
theres a property "ShortcutKeys", I found it at second sight...!

Cheers, Björn

Björn Dietz schrieb:

Hello all, I'm just testing the VS2005 beta. I've added a MenuStrip with some MenuItems in it, these I furnished with a "ShortcutKeyDisplayString". I was expecting that when I press that key during runtime, the application should start the desired action behind the corresponding MenuItems (in my case it's just a boring Application.Exit, which is in the MenuItem.Click-Event), but it doesn't seem to work that way. What did I do wrong? Thanks in advance... Björn
 

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