"Rico Alexander" <RicoAlexander@discussions.microsoft.com> schrieb:
> Thanks in advance
Add a main menu and a menu item, then assign the shortcut to the menu item.
In its 'Click' event handler, raise a click on the button by calling its
'PerformClick' method or a common method that contains the code which should
be executed on button click. Notice that the menu item can be invisible,
the shortcut will still work.

Signature
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/