<?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 : invisible controls over tabControl OCX</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : invisible controls over tabControl OCX]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 18:00:25 +0000</pubDate>
  <lastBuildDate>Sat, 16 Dec 2006 11:48:03 +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=5780</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[invisible controls over tabControl OCX : I got the controls number problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5780&amp;PID=18289&amp;title=invisible-controls-over-tabcontrol-ocx#18289</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2364">gaudetm</a><br /><strong>Subject:</strong> 5780<br /><strong>Posted:</strong> 16 December 2006 at 11:48am<br /><br />I got the controls number problem on&nbsp;my frmOptions probabely same as your's then i made a switch to separate each tab in a different form without borders and resized to the tab size then the form open instantly in a multiple thread weay in VB6! so much faster event on a P3 733Mhz with windows XP and 256 Megs RAM<DIV>&nbsp;</DIV><DIV>no flicters at all!</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 16 Dec 2006 11:48:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5780&amp;PID=18289&amp;title=invisible-controls-over-tabcontrol-ocx#18289</guid>
  </item> 
  <item>
   <title><![CDATA[invisible controls over tabControl OCX : Let ME decide what&amp;#039;s a big...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5780&amp;PID=18270&amp;title=invisible-controls-over-tabcontrol-ocx#18270</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2480">pxpx</a><br /><strong>Subject:</strong> 5780<br /><strong>Posted:</strong> 15 December 2006 at 12:41pm<br /><br />Let ME decide what's a big deal. Altought you are right in some situations, this is not the case. I'll explain better: we have the configuration form that consists of 19 tabs, with about a total of 300 control (labels, textboxes, comboboxed, checkboxes, frames, pictureboxes). adding 19 picturebox would make it even slower (it is ALREADY slow: actually when i change tab i can see the flickering controls becoming visible one at time, and my machine is not a p3-800mhz...). Then, apart from speed, memory usage will increase (autoredraw = true?). I solved it this way, ok, luckily i needed it just for a couple of label+textboxes.. but this is a workaround! in the end i think this IS a bug. i was just pointing it out.<br>]]>
   </description>
   <pubDate>Fri, 15 Dec 2006 12:41:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5780&amp;PID=18270&amp;title=invisible-controls-over-tabcontrol-ocx#18270</guid>
  </item> 
  <item>
   <title><![CDATA[invisible controls over tabControl OCX : always use a picturebox or a form...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5780&amp;PID=18236&amp;title=invisible-controls-over-tabcontrol-ocx#18236</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2364">gaudetm</a><br /><strong>Subject:</strong> 5780<br /><strong>Posted:</strong> 14 December 2006 at 2:52pm<br /><br />always use a picturebox or a form to be child of the tab&nbsp;easier to manage code and best results as you can set the background color according to the theme the tab use<DIV>&nbsp;</DIV><DIV>that not a big deal</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 14 Dec 2006 14:52:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5780&amp;PID=18236&amp;title=invisible-controls-over-tabcontrol-ocx#18236</guid>
  </item> 
  <item>
   <title><![CDATA[invisible controls over tabControl OCX : Hi everyone,let&amp;#039;s see what...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5780&amp;PID=18157&amp;title=invisible-controls-over-tabcontrol-ocx#18157</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2480">pxpx</a><br /><strong>Subject:</strong> 5780<br /><strong>Posted:</strong> 13 December 2006 at 9:35am<br /><br />Hi everyone,<br><br>let's see what happens with this new vb6 exe project:<br><br>&nbsp;- add on the form a tabControl with 2 tabs (no properties modified) <br><br>&nbsp;- on 2nd tab add two commandbutton<br><br>&nbsp;- command1 code:<br>&nbsp;&nbsp;&nbsp; command2.visible = not command2.visible<br><br>now press F5. It happens that, when you click the 2nd tab, both commndbuttons appear (OK!)... then i click the 1st commandbutton. the 2nd disappears (OK!). BUT, if i go to the 1st tab and back to the 2nd, both commandbuttons appear (WRONG!).<br><br>what's the deal? we used this in our configuration form. we have solved it by placing a label and a textbox (the controls that must be hidden) inside a picturebox with no border, and hiding them (not the picturebox). looks like only the first level of child controls is put back to visible after a tab change.<br><br>i hope i've been understandable, i'm not english :)<br><br>thank you<br>dany<br>]]>
   </description>
   <pubDate>Wed, 13 Dec 2006 09:35:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5780&amp;PID=18157&amp;title=invisible-controls-over-tabcontrol-ocx#18157</guid>
  </item> 
 </channel>
</rss>