C# KeyBindings with special characters |
Post Reply |
Author | |
Boyd
Senior Member Joined: 08 December 2003 Location: United States Status: Offline Points: 285 |
Post Options
Thanks(0)
Posted: 27 April 2005 at 12:44pm |
I'm trying to use the "Ctrl+]" shortcut in CommandBars within a C# application. I was able to do this in Visual Basic 6, but cannot get CommandBars to recognize the KeyBinding from within C#. I've tried the following:
and neither of these statements work. What integer value do I need to pass to represent the ']' key? Thanks in advance. Edited by Boyd |
|
Boyd
Senior Member Joined: 08 December 2003 Location: United States Status: Offline Points: 285 |
Post Options
Thanks(0)
|
It turns out that this does work (using 0xDD, not ']'). I was just loading my previous CommandBars state, and it wiped out my new settings.
|
|
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 |