<?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 : Using TabC&#111;ntrol in a MDI child &#102;orm</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Using TabC&#111;ntrol in a MDI child &#102;orm]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 23 May 2026 07:03:54 +0000</pubDate>
  <lastBuildDate>Thu, 09 Jun 2005 11:10:55 +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=2338</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[Using TabC&#111;ntrol in a MDI child &#102;orm : Hello,  it seems that if I set...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2338&amp;PID=7010&amp;title=using-tabcontrol-in-a-mdi-child-form#7010</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1215">Ajornet</a><br /><strong>Subject:</strong> 2338<br /><strong>Posted:</strong> 09 June 2005 at 11:10am<br /><br />Hello,<br><br>it seems that if I set the dock property :<br>- to 'Fill' for the tabControl and for my components inside the panels<br>- and to 'None' for the panels it's work perfectly<br><br>So I get exactly what I want since the beginning.<br><br>I want to thank you for your help and your patience.<br><br><br>]]>
   </description>
   <pubDate>Thu, 09 Jun 2005 11:10:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2338&amp;PID=7010&amp;title=using-tabcontrol-in-a-mdi-child-form#7010</guid>
  </item> 
  <item>
   <title><![CDATA[Using TabC&#111;ntrol in a MDI child &#102;orm : Hello,  I modify the tabmanager...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2338&amp;PID=7005&amp;title=using-tabcontrol-in-a-mdi-child-form#7005</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1215">Ajornet</a><br /><strong>Subject:</strong> 2338<br /><strong>Posted:</strong> 09 June 2005 at 7:54am<br /><br />Hello,<br><br>I modify the <a href="http://www.ajornet.com/tabmanager.zip" target="_blank">tabmanager </a>project a little.<br><br>I have two panels the first with a grid (MSExcel) and the second with a chart (MSChart).<br><br>The problem arises when dock property is set to "fill" for all the components : the tab, the two panels, the grid and the chart.<br><br>Create some docs, play with there, click the tabs, click the document and not after a long time tabs disappear.<br><br><br>PS : In reality, I will use TeeChart and a grid in tests.<br>]]>
   </description>
   <pubDate>Thu, 09 Jun 2005 07:54:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2338&amp;PID=7005&amp;title=using-tabcontrol-in-a-mdi-child-form#7005</guid>
  </item> 
  <item>
   <title><![CDATA[Using TabC&#111;ntrol in a MDI child &#102;orm : I can&amp;#039;t reproduce it, may...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2338&amp;PID=6985&amp;title=using-tabcontrol-in-a-mdi-child-form#6985</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2338<br /><strong>Posted:</strong> 09 June 2005 at 4:26am<br /><br /><P>I can't reproduce it, may be you set some another options.... May be you can attach your project/new simple application&nbsp;to show this bug?</P>]]>
   </description>
   <pubDate>Thu, 09 Jun 2005 04:26:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2338&amp;PID=6985&amp;title=using-tabcontrol-in-a-mdi-child-form#6985</guid>
  </item> 
  <item>
   <title><![CDATA[Using TabC&#111;ntrol in a MDI child &#102;orm : Hello,  it&amp;#039;s really better...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2338&amp;PID=6982&amp;title=using-tabcontrol-in-a-mdi-child-form#6982</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1215">Ajornet</a><br /><strong>Subject:</strong> 2338<br /><strong>Posted:</strong> 09 June 2005 at 2:53am<br /><br />Hello,<br><br>it's really better to use.<br><br>It remains a bug with this solution, if we open a second (or more)document the tabs of the first document disappear. It's the same if weresize the window. This in the case of TabControl is marked as 'Fill'in it's dock property. If it is not marked as fill all seem to be good.<br><br>But if we do like this :<br>- open a document<br>- click another tab than the first<br>- open another document<br>- the tabs of the first don't disappear<br><br>Stange, isn't it ?<br><br>I will try to click programmatically.<br><br>Daniel<br><br><br>]]>
   </description>
   <pubDate>Thu, 09 Jun 2005 02:53:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2338&amp;PID=6982&amp;title=using-tabcontrol-in-a-mdi-child-form#6982</guid>
  </item> 
  <item>
   <title><![CDATA[Using TabC&#111;ntrol in a MDI child &#102;orm : There are simple steps: 1. create...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2338&amp;PID=6978&amp;title=using-tabcontrol-in-a-mdi-child-form#6978</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2338<br /><strong>Posted:</strong> 09 June 2005 at 1:56am<br /><br /><P>There are simple steps:</P><P>1. create MDI application, put TabControl on frmDocument</P><P>2. Put Panel1, Panel2 on the frmDocumnet (future tabs) add some controls on them.</P><P>3. add this member:</P><FONT size=2><P></FONT><FONT color=#0000ff size=2>Sub</FONT><FONT size=2> CreateTabs()</P><P></FONT><FONT color=#0000ff size=2>Me</FONT><FONT size=2>.Controls.Remove(Panel1)</P><P>wndTabControl1.Controls.Add(Panel1)</P><P>wndTabControl1.InsertItem(0, "TabWorkspace", Panel1.Handle.ToInt32, 300)</P><P></FONT><FONT color=#0000ff size=2>Me</FONT><FONT size=2>.Controls.Remove(Panel2)</P><P>wndTabControl1.Controls.Add(Panel2)</P><P>wndTabControl1.InsertItem(1, "TabControl", Panel2.Handle.ToInt32, 300)</P><P></FONT><FONT color=#0000ff size=2>End</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>Sub</FONT></P><P><FONT color=#0000ff size=2><FONT color=#000000>4. _after you create documnet_ call its CreateTabs member:</FONT></FONT></P><P><FONT color=#0000ff size=2><FONT color=#000000></FONT></FONT>&nbsp;</P><FONT color=#0000ff size=2><FONT size=2><P></FONT><FONT color=#0000ff size=2>Sub</FONT><FONT size=2> LoadNewDoc()</P><P></FONT><FONT color=#0000ff size=2>Dim</FONT><FONT size=2> frmDocument </FONT><FONT color=#0000ff size=2>As</FONT><FONT size=2> frmDocument = </FONT><FONT color=#0000ff size=2>New</FONT><FONT size=2> frmDocument()</P><P>frmDocument.MdiParent = </FONT><FONT color=#0000ff size=2>Me</P></FONT><FONT size=2><P>frmDocument.Show()</P><P><strong>frmDocument.CreateTabs()</strong></P><P></FONT><FONT color=#0000ff size=2>End</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>Sub</P></FONT></FONT>]]>
   </description>
   <pubDate>Thu, 09 Jun 2005 01:56:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2338&amp;PID=6978&amp;title=using-tabcontrol-in-a-mdi-child-form#6978</guid>
  </item> 
  <item>
   <title><![CDATA[Using TabC&#111;ntrol in a MDI child &#102;orm : I will send Oleg an email and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2338&amp;PID=6958&amp;title=using-tabcontrol-in-a-mdi-child-form#6958</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 2338<br /><strong>Posted:</strong> 08 June 2005 at 2:27pm<br /><br />I will send Oleg an email and see that he looks at this<img src="http://forum.codejock.com/smileys/smiley1.gif" border="0">]]>
   </description>
   <pubDate>Wed, 08 Jun 2005 14:27:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2338&amp;PID=6958&amp;title=using-tabcontrol-in-a-mdi-child-form#6958</guid>
  </item> 
  <item>
   <title><![CDATA[Using TabC&#111;ntrol in a MDI child &#102;orm : OK, but I work on this problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2338&amp;PID=6957&amp;title=using-tabcontrol-in-a-mdi-child-form#6957</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1215">Ajornet</a><br /><strong>Subject:</strong> 2338<br /><strong>Posted:</strong> 08 June 2005 at 2:25pm<br /><br />OK, but I work on this problem for 2 days before posting here.<br><br>And it becomes urgent for me because I can't work on my application.<br><br>Daniel<br>]]>
   </description>
   <pubDate>Wed, 08 Jun 2005 14:25:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2338&amp;PID=6957&amp;title=using-tabcontrol-in-a-mdi-child-form#6957</guid>
  </item> 
  <item>
   <title><![CDATA[Using TabC&#111;ntrol in a MDI child &#102;orm : Wait for Oleg, I think he will...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2338&amp;PID=6956&amp;title=using-tabcontrol-in-a-mdi-child-form#6956</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 2338<br /><strong>Posted:</strong> 08 June 2005 at 2:17pm<br /><br />Wait for Oleg, I think he will know better solution<img src="http://forum.codejock.com/smileys/smiley1.gif" border="0">]]>
   </description>
   <pubDate>Wed, 08 Jun 2005 14:17:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2338&amp;PID=6956&amp;title=using-tabcontrol-in-a-mdi-child-form#6956</guid>
  </item> 
  <item>
   <title><![CDATA[Using TabC&#111;ntrol in a MDI child &#102;orm :  I bought high level control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2338&amp;PID=6955&amp;title=using-tabcontrol-in-a-mdi-child-form#6955</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1215">Ajornet</a><br /><strong>Subject:</strong> 2338<br /><strong>Posted:</strong> 08 June 2005 at 2:15pm<br /><br />I bought high level control not to program all these bad codes. Ihave to do as with the Microsoft's sstabs&nbsp; !!! <br>And :<br>- I don't get the controls inside the different pages.<br>- If I open a second document, I get an error on&nbsp; closing it or when I close the application<br>- It's a great job to have dynamically page inside the tab control <br><br>This product is good, why this feature doesn't work in VS2003 ?<br><br>I hope this will be corrected soon.<br><br>Daniel<br><br><br><span style="font-size:10px"><br /><br />Edited by Ajornet</span>]]>
   </description>
   <pubDate>Wed, 08 Jun 2005 14:15:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2338&amp;PID=6955&amp;title=using-tabcontrol-in-a-mdi-child-form#6955</guid>
  </item> 
  <item>
   <title><![CDATA[Using TabC&#111;ntrol in a MDI child &#102;orm : I know this isn&amp;#039;t the best...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2338&amp;PID=6949&amp;title=using-tabcontrol-in-a-mdi-child-form#6949</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 2338<br /><strong>Posted:</strong> 08 June 2005 at 12:22pm<br /><br />I know this isn't the best way, but it works.&nbsp; Maybe Oleg can suggest better way for .NET 2003.<br><br><br><a href="uploads/SuperMario/2005-06-08_122243_TabManager.zip" target="_blank">2005-06-08_122243_TabManager.zip</a>]]>
   </description>
   <pubDate>Wed, 08 Jun 2005 12:22:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2338&amp;PID=6949&amp;title=using-tabcontrol-in-a-mdi-child-form#6949</guid>
  </item> 
 </channel>
</rss>