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

Keyboard shortcuts and docking panes

 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 and docking panes
    Posted: 12 January 2005 at 10:07am

My keyboard shortcuts dont work when the focus is on some of my panes.

Anyone has any idea what am I doing wrong?

 

Back to Top
Oleg View Drop Down
Senior Member
Senior Member


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: 17 January 2005 at 12:00am

May be you have such code on your pane?

BOOL class::PreTranslateMessage(MSG* pMsg)
{
 if (pMsg->message == WM_KEYDOWN && IsDialogMessage(pMsg))
  return TRUE;
 return classBase::PreTranslateMessage(pMsg);
}

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.031 seconds.