<?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 : TabControl and keyboard shortcuts</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : TabControl and keyboard shortcuts]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 07:47:02 +0000</pubDate>
  <lastBuildDate>Mon, 13 Oct 2008 06:28:44 +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=12192</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[TabControl and keyboard shortcuts : Hi, Think end of October. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12192&amp;PID=41939&amp;title=tabcontrol-and-keyboard-shortcuts#41939</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12192<br /><strong>Posted:</strong> 13 October 2008 at 6:28am<br /><br />Hi,<DIV>Think end of October.</DIV>]]>
   </description>
   <pubDate>Mon, 13 Oct 2008 06:28:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12192&amp;PID=41939&amp;title=tabcontrol-and-keyboard-shortcuts#41939</guid>
  </item> 
  <item>
   <title><![CDATA[TabControl and keyboard shortcuts : Thanks. ETA ? ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12192&amp;PID=41914&amp;title=tabcontrol-and-keyboard-shortcuts#41914</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1923">PPL1</a><br /><strong>Subject:</strong> 12192<br /><strong>Posted:</strong> 12 October 2008 at 5:20pm<br /><br />Thanks. ETA ?]]>
   </description>
   <pubDate>Sun, 12 Oct 2008 17:20:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12192&amp;PID=41914&amp;title=tabcontrol-and-keyboard-shortcuts#41914</guid>
  </item> 
  <item>
   <title><![CDATA[TabControl and keyboard shortcuts : Hello,  Thanks, good suggestion....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12192&amp;PID=41649&amp;title=tabcontrol-and-keyboard-shortcuts#41649</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12192<br /><strong>Posted:</strong> 06 October 2008 at 1:46am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Thanks, good suggestion. Added for 12.1 release.</DIV>]]>
   </description>
   <pubDate>Mon, 06 Oct 2008 01:46:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12192&amp;PID=41649&amp;title=tabcontrol-and-keyboard-shortcuts#41649</guid>
  </item> 
  <item>
   <title><![CDATA[TabControl and keyboard shortcuts : Bump... ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12192&amp;PID=41618&amp;title=tabcontrol-and-keyboard-shortcuts#41618</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1923">PPL1</a><br /><strong>Subject:</strong> 12192<br /><strong>Posted:</strong> 03 October 2008 at 9:19am<br /><br /><P>Bump...</P>]]>
   </description>
   <pubDate>Fri, 03 Oct 2008 09:19:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12192&amp;PID=41618&amp;title=tabcontrol-and-keyboard-shortcuts#41618</guid>
  </item> 
  <item>
   <title><![CDATA[TabControl and keyboard shortcuts : Mnemonics (or keyboard Alt-Letter...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12192&amp;PID=41160&amp;title=tabcontrol-and-keyboard-shortcuts#41160</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1923">PPL1</a><br /><strong>Subject:</strong> 12192<br /><strong>Posted:</strong> 18 September 2008 at 11:14am<br /><br />Mnemonics (or keyboard Alt-Letter shortcuts) are very useful to avoid mouse clicks. <DIV>&nbsp;</DIV><DIV>It seems that the Tab Control (TabControl) can display (with an underline) those shortcuts but do not respond to them (i.e.&nbsp;tabs don't get selected)</DIV><DIV>&nbsp;</DIV><DIV>I could hard-code these using the form_keydown event, but with multi-language support, this can get messy. I could also scan the process the tab caption and trigger the tab selection myself, but again this is significant work...</DIV><DIV>&nbsp;</DIV><DIV>But it would be much simpler if the tab control would simply process these shortcuts, as does the MS one. <img src="https://forum.codejock.com/smileys/smiley1.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>BTW: I'm always puzzled when I discover that your "advanced controls" don't have some of the features of "stock controls"... transparent background of labels is another such one <img src="https://forum.codejock.com/smileys/smiley3.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Thu, 18 Sep 2008 11:14:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12192&amp;PID=41160&amp;title=tabcontrol-and-keyboard-shortcuts#41160</guid>
  </item> 
 </channel>
</rss>