Shortcut Key VS2005

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Björn Dietz

    #1

    Shortcut Key VS2005

    Hello all,

    I'm just testing the VS2005 beta. I've added a MenuStrip with some
    MenuItems in it, these I furnished with a "ShortcutKeyDis playString". 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.Exi t, 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
  • Björn Dietz

    #2
    Re: Shortcut Key VS2005

    Hi all,

    ok, found it out myself:
    theres a property "ShortcutKe ys", 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 "ShortcutKeyDis playString". 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.Exi t, 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

    Comment

    Working...