<?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 : Shortcut key &#111;n Tab c&#111;ntrol Item</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Shortcut key &#111;n Tab c&#111;ntrol Item]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 27 May 2026 11:27:34 +0000</pubDate>
  <lastBuildDate>Wed, 01 Dec 2004 01:36:28 +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=1472</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[Shortcut key &#111;n Tab c&#111;ntrol Item : Ok, I see. In next version we...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1472&amp;PID=4212&amp;title=shortcut-key-on-tab-control-item#4212</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1472<br /><strong>Posted:</strong> 01 December 2004 at 1:36am<br /><br /><P>Ok, I see.</P><P>In next version we will add DrawTextNoPrefix property of TabPaintManager.</P><P>Thank you for suggestion.</P>]]>
   </description>
   <pubDate>Wed, 01 Dec 2004 01:36:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1472&amp;PID=4212&amp;title=shortcut-key-on-tab-control-item#4212</guid>
  </item> 
  <item>
   <title><![CDATA[Shortcut key &#111;n Tab c&#111;ntrol Item : I agree. We can&amp;#039;t do it manually...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1472&amp;PID=4211&amp;title=shortcut-key-on-tab-control-item#4211</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=855">Jonathan</a><br /><strong>Subject:</strong> 1472<br /><strong>Posted:</strong> 30 November 2004 at 8:47pm<br /><br /><P>I agree.&nbsp; We can't do it manually since we can't display the shortcut key combo.&nbsp; Realistically we shouldn't have to implement this manually anyway since most Tab controls support this functionality automatically.</P><P>When I was evaluating the control I didn't test this as I assumed it would be there.</P><P>It would be really great if this feature could be added...</P>]]>
   </description>
   <pubDate>Tue, 30 Nov 2004 20:47:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1472&amp;PID=4211&amp;title=shortcut-key-on-tab-control-item#4211</guid>
  </item> 
  <item>
   <title><![CDATA[Shortcut key &#111;n Tab c&#111;ntrol Item : If we have to manually implement...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1472&amp;PID=4206&amp;title=shortcut-key-on-tab-control-item#4206</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 1472<br /><strong>Posted:</strong> 30 November 2004 at 8:10am<br /><br /><P>If we have to manually implement the shorcut key combination, how will the user know which shortcut key to use when selecting a tab?&nbsp; Without the ability to underline a character in the tab display (as is the Windows convention), the user will typically not know the key combination.</P><P>Could you consider implementing the ability&nbsp;to place an ampersand in the caption that indicates the shortcut character&nbsp;so that the programmer can provide hints about which shortcut key to press?</P>]]>
   </description>
   <pubDate>Tue, 30 Nov 2004 08:10:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1472&amp;PID=4206&amp;title=shortcut-key-on-tab-control-item#4206</guid>
  </item> 
  <item>
   <title><![CDATA[Shortcut key &#111;n Tab c&#111;ntrol Item : You must add method manually: In...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1472&amp;PID=4199&amp;title=shortcut-key-on-tab-control-item#4199</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1472<br /><strong>Posted:</strong> 30 November 2004 at 3:33am<br /><br /><P>You must add method manually:</P><P>In properties window set<strong> KeyPreview = True</strong> and</P><P>Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)<BR></P><P>If (KeyCode = Asc("M")) And ((Shift And vbAltMask) &gt; 0) Then<BR>&nbsp;&nbsp;&nbsp; TabControl(4).Selected = True<BR>End If</P><P>...</P><P>End Sub</P>]]>
   </description>
   <pubDate>Tue, 30 Nov 2004 03:33:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1472&amp;PID=4199&amp;title=shortcut-key-on-tab-control-item#4199</guid>
  </item> 
  <item>
   <title><![CDATA[Shortcut key &#111;n Tab c&#111;ntrol Item : Hi, I see no way of assigning...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1472&amp;PID=4181&amp;title=shortcut-key-on-tab-control-item#4181</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=855">Jonathan</a><br /><strong>Subject:</strong> 1472<br /><strong>Posted:</strong> 29 November 2004 at 1:16am<br /><br /><P>Hi,</P><P>I see no way of assigning a shortcut key to a tab control item.&nbsp; The obvious way of doing it&nbsp;by setting the caption to "&amp;Contacts" does not work as the ampersand is displayed.</P><P>Is this a bug?&nbsp; If so please fix it ASAP.&nbsp; If not please put it in ASAP!</P><P>Thanks</P><P>Jonathan</P>]]>
   </description>
   <pubDate>Mon, 29 Nov 2004 01:16:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1472&amp;PID=4181&amp;title=shortcut-key-on-tab-control-item#4181</guid>
  </item> 
 </channel>
</rss>