![]() |
Shortcut Keys |
Post Reply
|
| Author | |
mlosavio
Newbie
Joined: 07 November 2005 Location: Italy Status: Offline Points: 1 |
Post Options
Thanks(0)
Quote Reply
Topic: Shortcut KeysPosted: 07 November 2005 at 3:31am |
|
Hi, I use CommandBar with Visual Basic 6 in order to upgrade our old toolbar. The problem is that I need to catch CTRL+F4 shortcut key. It looks as if it is not allowed so I have to replace it. Is there a solution? Thanks in advance for your attention, Regards, Marco Losavio |
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 07 November 2005 at 1:22pm |
|
Public Const FCONTROL = 8
Public Const VK_F4 = &H73 CommandBars.KeyBindings.Add FCONTROL, VK_F4, ID_FILE_NEW |
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 07 November 2005 at 1:24pm |
|
BTW, this is the MFC forum, try to post ActiveX questions in the Activex forum so that they can get the appropriate answer
|
|
![]() |
|
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 |