<?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 : Tabulator key problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Tabulator key problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 21:15:35 +0000</pubDate>
  <lastBuildDate>Thu, 24 Apr 2008 09:18:09 +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=10148</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[Tabulator key problem : Thank you Baldur.Point b was the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10148&amp;PID=34192&amp;title=tabulator-key-problem#34192</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2575">Jean</a><br /><strong>Subject:</strong> 10148<br /><strong>Posted:</strong> 24 April 2008 at 9:18am<br /><br />Thank you Baldur.<br>Point b was the reason why I changed to forms. Maybe I shouldn't allow users to undock panes...<br>]]>
   </description>
   <pubDate>Thu, 24 Apr 2008 09:18:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10148&amp;PID=34192&amp;title=tabulator-key-problem#34192</guid>
  </item> 
  <item>
   <title><![CDATA[Tabulator key problem : The mainproblem is, that VB controls...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10148&amp;PID=34069&amp;title=tabulator-key-problem#34069</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 10148<br /><strong>Posted:</strong> 22 April 2008 at 6:51am<br /><br />The mainproblem is, that VB controls the focus on forms and controls.<DIV>You have the ActiveForm- and ActiveControl-Properties in the screen-object.</DIV><DIV>The ActiveForm-Property will be set when an WM_ACTIVATE-Message occurs.</DIV><DIV>The TAB-Keys works only in one form and can not change the ActiveForm.</DIV><DIV>So if you will change the form with TAB-Key, you must activate the pane to make the form to the ActiveForm.</DIV><DIV>Check the Tab-Key on the last control in a form (KeyDown-Event) to make the next form the activeform.</DIV><DIV>I have also the problem, that the current pane loose focus after display a messagebox or a modalform.</DIV><DIV>So i must store the activepane and reactivate it after messagebox or modalform.</DIV><DIV>&nbsp;</DIV><DIV>The reason to use forms instead of pictureboxes are:</DIV><DIV>a) better control of activities in the form as own class and code</DIV><DIV>b) if you undock (float) a picturebox, VB may lock the entire application until you redock the picturbox.</DIV>]]>
   </description>
   <pubDate>Tue, 22 Apr 2008 06:51:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10148&amp;PID=34069&amp;title=tabulator-key-problem#34069</guid>
  </item> 
  <item>
   <title><![CDATA[Tabulator key problem : I remember, that my first solution...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10148&amp;PID=33673&amp;title=tabulator-key-problem#33673</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2575">Jean</a><br /><strong>Subject:</strong> 10148<br /><strong>Posted:</strong> 15 April 2008 at 1:25am<br /><br />I remember, that my first solution was with picture boxes too. But due to problems you gave me the advice to use forms insted of picture boxes.<br>I guess it's more than one year ago, so I can't remember the reason. <img src="http://forum.codejock.com/smileys/smiley13.gif" border="0" align="absmiddle"><br>Maybe you changed something inside your controls?<br>]]>
   </description>
   <pubDate>Tue, 15 Apr 2008 01:25:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10148&amp;PID=33673&amp;title=tabulator-key-problem#33673</guid>
  </item> 
  <item>
   <title><![CDATA[Tabulator key problem : Oleg,  Nice workaround...  I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10148&amp;PID=33649&amp;title=tabulator-key-problem#33649</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10148<br /><strong>Posted:</strong> 14 April 2008 at 12:42pm<br /><br /><DIV>Oleg,</DIV><DIV>&nbsp;</DIV><DIV>Nice workaround...</DIV><DIV>&nbsp;</DIV><DIV>I wish it could be done with panes and forms like this</DIV>]]>
   </description>
   <pubDate>Mon, 14 Apr 2008 12:42:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10148&amp;PID=33649&amp;title=tabulator-key-problem#33649</guid>
  </item> 
  <item>
   <title><![CDATA[Tabulator key problem :   pb.zip ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10148&amp;PID=33620&amp;title=tabulator-key-problem#33620</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10148<br /><strong>Posted:</strong> 14 April 2008 at 4:27am<br /><br /><a href="https://forum.codejock.com/uploads/20080414_042643_pb.zip" target="_blank"><DIV>&nbsp;</DIV><DIV>pb.zip</DIV></A>]]>
   </description>
   <pubDate>Mon, 14 Apr 2008 04:27:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10148&amp;PID=33620&amp;title=tabulator-key-problem#33620</guid>
  </item> 
  <item>
   <title><![CDATA[Tabulator key problem : Don&amp;#039;t you see the problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10148&amp;PID=33603&amp;title=tabulator-key-problem#33603</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2575">Jean</a><br /><strong>Subject:</strong> 10148<br /><strong>Posted:</strong> 14 April 2008 at 2:13am<br /><br />Don't you see the problem or don't you understand my bad English? <img src="http://forum.codejock.com/smileys/smiley36.gif" border="0" align="absmiddle"><br>We need to solve this problem. In one pane we have a form where our customers need to enter criterias. And they like to use the tabulator key to step from control to control.<br>And in the other panes, there are results to the criterias.<br>It's not funny if the first pane is locked (for tabulator key) after first usage. <img src="http://forum.codejock.com/smileys/smiley19.gif" border="0" align="absmiddle"><br><br><br>Please tell me if you need more explantations or another sample!]]>
   </description>
   <pubDate>Mon, 14 Apr 2008 02:13:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10148&amp;PID=33603&amp;title=tabulator-key-problem#33603</guid>
  </item> 
  <item>
   <title><![CDATA[Tabulator key problem : uploads/20080408_103513_PanesFocusProbl.zipAfter...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10148&amp;PID=33320&amp;title=tabulator-key-problem#33320</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2575">Jean</a><br /><strong>Subject:</strong> 10148<br /><strong>Posted:</strong> 08 April 2008 at 10:38am<br /><br /><img src="uploads/20080408_103447_PanesFocusProbl.JPG" border="0"><BR><a href="uploads/20080408_103513_PanesFocusProbl.zip" target="_blank">uploads/20080408_103513_PanesFocusProbl.zip</A><BR><BR>After step 5 you can use all controls on pane A if you click them, but the tabulator key doesn't work anymore.<BR>]]>
   </description>
   <pubDate>Tue, 08 Apr 2008 10:38:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10148&amp;PID=33320&amp;title=tabulator-key-problem#33320</guid>
  </item> 
 </channel>
</rss>