<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : C# KeyBindings with special characters</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : C# KeyBindings with special characters]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 14:31:17 +0000</pubDate>
  <lastBuildDate>Tue, 03 May 2005 07:58:18 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=2160</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[C# KeyBindings with special characters : It turns out that this does work...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2160&amp;PID=6433&amp;title=c-keybindings-with-special-characters#6433</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 2160<br /><strong>Posted:</strong> 03 May 2005 at 7:58am<br /><br />It turns out that this does work (using 0xDD, not '&#093;').&nbsp; I was just loading my previous CommandBars state, and it wiped out my new settings.]]>
   </description>
   <pubDate>Tue, 03 May 2005 07:58:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2160&amp;PID=6433&amp;title=c-keybindings-with-special-characters#6433</guid>
  </item> 
  <item>
   <title><![CDATA[C# KeyBindings with special characters : I&amp;#039;m trying to use the &amp;#034;Ctrl+]&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2160&amp;PID=6406&amp;title=c-keybindings-with-special-characters#6406</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 2160<br /><strong>Posted:</strong> 27 April 2005 at 12:44pm<br /><br /><P>I'm trying to use the "Ctrl+&#093;" shortcut in CommandBars within a C# application.&nbsp; I was able to do this in Visual Basic 6, but cannot get CommandBars to recognize the KeyBinding from within C#.</P><P>I've tried the following:</P><P><table width="99%"><tr><td><pre class="BBcode">const int FCONTROL = 8;<BR>const int VK_OEM_6 = 0xDD; // &#093;} key on US keyboards<BR>commandBars.KeyBindings.Add(FCONTROL, '&#093;', ID_OF_COMMAND);<BR>commandBars.KeyBindings.Add(FCONTROL, VK_OEM_6, ID_OF_COMMAND);<BR></pre></td></tr></table></P><P>and neither of these statements work.&nbsp; What integer value do I need to pass to represent the '&#093;' key?&nbsp; Thanks in advance.</P><span style="font-size:10px"><br /><br />Edited by Boyd</span>]]>
   </description>
   <pubDate>Wed, 27 Apr 2005 12:44:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2160&amp;PID=6406&amp;title=c-keybindings-with-special-characters#6406</guid>
  </item> 
 </channel>
</rss>