Re: Creating a keyboard shortcut on windows form
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Esemi,
You can always create a menu item and then set the Shortcut property to
a key combination which you want the shortcut to be.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx
"Esemi" <Esemi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:996A82D6-5C96-4A06-BA28-99FC465048DD@xxxxxxxxxxxxxxxx
> Hi
> What is the best why to create a custom keyboard shortcut (eg alt-a) on a
> .Net form using C#?
> Thanks
>
.
Relevant Pages
- Re: SHELLNK SAMPLE
... It wouldn't be a shortcut property. ... If you look at other file types in the Registry you'll ... You add a Shell subkey, ... (microsoft.public.vb.general.discussion) - Re: SHELLNK SAMPLE
... It wouldn't be a shortcut property. ... If you look at other file types in the Registry you'll ... You add a Shell subkey, ... (microsoft.public.vb.general.discussion) - Re: Question about Menu items and keyboard shortcuts
... I mean the list of shortcuts that appears in the IDE for the shortcut property of a menu item. ... For example, say you drop a popup menu on form and you add a item, you then go the the property editor for the item and click on the shortcut, the combo box then fills with a big list of short cuts for you to pick from. ... Marc Rohloff wrote: ... (borland.public.delphi.non-technical) - Re: Disable menuitems shortcut?
... > lists have the focus, I could add and delete the menu shortcut dynamically ... > a shortcut is easy (ShortCut function), but I could not manage to delete ... To disable the shortcut set the menu item's ShortCut property to 0, ... (borland.public.delphi.language.objectpascal) - Re: Search Range for item in seperate range
... like there should be a shortcut. ... Andrew V. Romero ... Prev by Date: ... (microsoft.public.excel.programming) |
|