Shortcut bug? |
Post Reply |
Author | |
rdeboer
Groupie Joined: 29 April 2004 Location: Netherlands Status: Offline Points: 81 |
Post Options
Thanks(0)
Posted: 22 June 2004 at 7:06pm |
Hi, If I make a button INVISIBLE on a toolbar, then the shortcut of this button still seems to work. Is this a bug?
Edited by rdeboer |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
it is not. CommandBar doesn't process shortcuts itself. It is CFrameWnd work. see BOOL CFrameWnd::PreTranslateMessage(MSG* pMsg) in the MFC source. |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
rdeboer
Groupie Joined: 29 April 2004 Location: Netherlands Status: Offline Points: 81 |
Post Options
Thanks(0)
|
I'm using the ActiveX version... |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
in ActiveX too. Don't process OnExecute event.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |