Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Menu Shortcut key missing???
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Menu Shortcut key missing???

 Post Reply Post Reply
Author
Message
Ashok View Drop Down
Senior Member
Senior Member


Joined: 02 May 2007
Status: Offline
Points: 164
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ashok Quote  Post ReplyReply Direct Link To This Post Topic: Menu Shortcut key missing???
    Posted: 28 August 2008 at 3:33am
Hi,
  I am using Xtreme ToolkitPro v11.1.0, in my application some of the shortcut keys are missing in my menu .
 
My code is like this.

CString strReplace = "R&eplace...\tCtrl+H";

m_pCurrentTopLevelPopup->InsertMenu(pos, MF_BYPOSITION, ID_EDIT_REPLACE, strReplace);

But its displaying only Replace... only, what happened to the Ctrl+H shortcut key. Like that many shortcut keys are missing.Why? Please help...
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 28 August 2008 at 7:35am
Hi,
Try call pCommandBars->GetCommandBarsOptions()->bAutoUpdateShortcuts = FALSE;
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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 0.094 seconds.