Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - keyboard shortcuts customization
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

keyboard shortcuts customization

 Post Reply Post Reply
Author
Message
msamocha View Drop Down
Newbie
Newbie
Avatar

Joined: 07 March 2004
Location: Israel
Status: Offline
Points: 30
Post Options Post Options   Thanks (0) Thanks(0)   Quote msamocha Quote  Post ReplyReply Direct Link To This Post Topic: keyboard shortcuts customization
    Posted: 21 June 2004 at 10:46am

 

In The Keyboard Accelerators custom property page:

How can I add the my TOOLBAR controls to the list of controls, and not only the menu controls.

I tryed this:

for (int iTB = 0; iTB < GetCommandBars()->GetCount(); iTB++){

    pageKeyboard.AddCategories(

             GetCommandBars()->GetAt(iTB)->GetControls();

}

But that didn't seem to work

Any suggestions?

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 1.531 seconds.