![]() |
ShortcutBar shortcut keys |
Post Reply ![]() |
Author | |
sporsoft ![]() Newbie ![]() Joined: 28 October 2004 Location: Hungary Status: Offline Points: 14 |
![]() ![]() ![]() ![]() ![]() Posted: 28 October 2004 at 12:04pm |
Can somebody tell me how can I assign shortcut keys to shortcutbar items ?
|
|
POCOK
|
|
![]() |
|
SuperMario ![]() Admin Group ![]() ![]() Joined: 14 February 2004 Status: Offline Points: 18057 |
![]() ![]() ![]() ![]() ![]() |
You can't directly associate a shortcut key with shortcutbar
items. You would have to create your own method to determine
which key combinations have been set. One thing you could do if
you are using commandbars, you could create some "dummy" controls and
associate the shortcut keys you want with the "dummy" controls.
Then in the Execute event you can do something like :
wndShortcutBar.Selected = wndShortcutBar.FindItem(SHORTCUT_CALENDAR) Let me know if you want me to explain further on this idea or I could modify one of the samples and send it to you. |
|
![]() |
|
sporsoft ![]() Newbie ![]() Joined: 28 October 2004 Location: Hungary Status: Offline Points: 14 |
![]() ![]() ![]() ![]() ![]() |
Thank you
|
|
POCOK
|
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |