<?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 : PushButton visible/invisible --&gt; focus?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : PushButton visible/invisible --&gt; focus?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 23:12:39 +0000</pubDate>
  <lastBuildDate>Mon, 14 Apr 2008 05:18: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=10215</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[PushButton visible/invisible --&gt; focus? : Ok, thank you. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10215&amp;PID=33624&amp;title=pushbutton-visible-invisible-focus#33624</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2575">Jean</a><br /><strong>Subject:</strong> 10215<br /><strong>Posted:</strong> 14 April 2008 at 5:18am<br /><br />Ok, thank you.]]>
   </description>
   <pubDate>Mon, 14 Apr 2008 05:18:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10215&amp;PID=33624&amp;title=pushbutton-visible-invisible-focus#33624</guid>
  </item> 
  <item>
   <title><![CDATA[PushButton visible/invisible --&gt; focus? : Agree. But afraid its internal...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10215&amp;PID=33619&amp;title=pushbutton-visible-invisible-focus#33619</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10215<br /><strong>Posted:</strong> 14 April 2008 at 4:16am<br /><br />Agree. But afraid its internal routines of Visual Basic. our Pushbutton is ActiveX control standard is builtin button.<DIV>&nbsp;</DIV><DIV>Here workaround:</DIV><DIV>&nbsp;</DIV><DIV>Option Explicit</DIV><DIV>Private Sub Combo1_Click()</DIV><DIV>Command1.Visible = Combo1.ListIndex = 1</DIV><DIV>End Sub</DIV><DIV>Private Sub Combo2_Click()</DIV><DIV>If (Combo2.ListIndex = 1) Then<BR>&nbsp;&nbsp;&nbsp; PushButton1.Left = PushButton1.Left + 7000<BR>&nbsp;&nbsp;&nbsp; PushButton1.Enabled = True<BR>Else<BR>&nbsp;&nbsp;&nbsp; If PushButton1.Left &gt; 0 Then PushButton1.Left = PushButton1.Left - 7000<BR>&nbsp;&nbsp;&nbsp; PushButton1.Enabled = False<BR>End If</DIV><DIV>End Sub</DIV><DIV>Private Sub Form_Load()</DIV><DIV>Combo1.AddItem "A"<BR>Combo1.AddItem "B"<BR>Combo1.AddItem "C"<BR>Combo1.AddItem "D"<BR>Combo1.AddItem "E"</DIV><DIV>Combo2.AddItem "A"<BR>Combo2.AddItem "B"<BR>Combo2.AddItem "C"<BR>Combo2.AddItem "D"<BR>Combo2.AddItem "E"</DIV><DIV>Combo2_Click</DIV><DIV>End Sub<BR></DIV>]]>
   </description>
   <pubDate>Mon, 14 Apr 2008 04:16:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10215&amp;PID=33619&amp;title=pushbutton-visible-invisible-focus#33619</guid>
  </item> 
  <item>
   <title><![CDATA[PushButton visible/invisible --&gt; focus? : Sample:uploads/20080414_021503_BushButtonSampl.zip ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10215&amp;PID=33604&amp;title=pushbutton-visible-invisible-focus#33604</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2575">Jean</a><br /><strong>Subject:</strong> 10215<br /><strong>Posted:</strong> 14 April 2008 at 2:15am<br /><br />Sample:&nbsp;<a href="uploads/20080414_021503_BushButt&#111;nSampl.zip" target="_blank">uploads/20080414_021503_BushButtonSampl.zip</a>]]>
   </description>
   <pubDate>Mon, 14 Apr 2008 02:15:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10215&amp;PID=33604&amp;title=pushbutton-visible-invisible-focus#33604</guid>
  </item> 
  <item>
   <title><![CDATA[PushButton visible/invisible --&gt; focus? :  In this sample there are two...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10215&amp;PID=33602&amp;title=pushbutton-visible-invisible-focus#33602</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2575">Jean</a><br /><strong>Subject:</strong> 10215<br /><strong>Posted:</strong> 14 April 2008 at 2:07am<br /><br /><img src="uploads/20080414_020035_PushButt&#111;n.JPG" height="240" width="423" border="0"><br><br>In this sample there are two buttons. A Microsoft CommandButton and a CodeJock PushButton. This buttons are only visible if item "B" in the ComboBox is selected.<br>Now try to use this form ONLY BY KEYBOARD. If you change ComboBox 2 with "cursor up" and "cursor down" and the PushButton gets visible, then the focus goes to the button. That doesn't happen with the Microsoft CommandButton. <br>This behavior is annoying. <img src="http://forum.codejock.com/smileys/smiley18.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Mon, 14 Apr 2008 02:07:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10215&amp;PID=33602&amp;title=pushbutton-visible-invisible-focus#33602</guid>
  </item> 
 </channel>
</rss>