Re: Question about Menu items and keyboard shortcuts



Hi Marc,
That's not what I mean, 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.


Thanks,

Tony

Marc Rohloff [TeamB] wrote:
On Sat, 30 Apr 2005 09:18:27 -0500, Tony Caduto wrote:


Does anyone know where the list of keyboard shortcuts(ctrl+c etc etc) is stored?


It isn't stored anywhere. In theory you could find the form's main
menu and iterate through it. Depending on how the app was written this
may or may not give you a complete list.

.



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: Creating a keyboard shortcut on windows form
    ... You can always create a menu item and then set the Shortcut property to ... > .Net form using C#? ... Prev by Date: ...
    (microsoft.public.dotnet.languages.csharp)
  • 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)