<?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 : TabWorkspace - Hide Tabs</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : TabWorkspace - Hide Tabs]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 12:45:06 +0000</pubDate>
  <lastBuildDate>Mon, 07 Mar 2005 10:23: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=1920</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[TabWorkspace - Hide Tabs : You can try adding something like...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1920&amp;PID=5586&amp;title=tabworkspace-hide-tabs#5586</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1920<br /><strong>Posted:</strong> 07 March 2005 at 10:23am<br /><br />You can try adding something like this to the MDIChild form:<br><br>Private Sub Form_Load()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Top = -200<br>&nbsp;&nbsp;&nbsp; Left = -200<br>&nbsp;&nbsp;&nbsp; Width = 31000<br>&nbsp;&nbsp;&nbsp; Height = 31000<br>&nbsp;&nbsp;&nbsp; Form_Resize<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; fMainForm.DocumentCount = fMainForm.DocumentCount + 1<br>&nbsp;&nbsp;&nbsp; ShowTabWorkspace<br>End Sub<br><br>Private Sub Form_Unload(Cancel As Integer)<br>&nbsp;&nbsp;&nbsp; fMainForm.DocumentCount = fMainForm.DocumentCount - 1<br>&nbsp;&nbsp;&nbsp; ShowTabWorkspace<br>End Sub<br><br>Private Sub ShowTabWorkspace()<br>&nbsp;&nbsp;&nbsp; If fMainForm.DocumentCount = 1 Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fMainForm.CommandBars.ShowTabWorkspace (False)<br>&nbsp;&nbsp;&nbsp; Else<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fMainForm.CommandBars.ShowTabWorkspace (True)<br>&nbsp;&nbsp;&nbsp; End If<br>End Sub<br><br>Then add this to the MDI Form:<br><br>Public DocumentCount As Long<br><br>DocumentCount = 0<br>]]>
   </description>
   <pubDate>Mon, 07 Mar 2005 10:23:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1920&amp;PID=5586&amp;title=tabworkspace-hide-tabs#5586</guid>
  </item> 
  <item>
   <title><![CDATA[TabWorkspace - Hide Tabs : Is it possible to hide the tab...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1920&amp;PID=5574&amp;title=tabworkspace-hide-tabs#5574</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=280">ianp</a><br /><strong>Subject:</strong> 1920<br /><strong>Posted:</strong> 06 March 2005 at 11:40am<br /><br />Is it possible to hide the tab workspace tabs when only one mdi child exists???]]>
   </description>
   <pubDate>Sun, 06 Mar 2005 11:40:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1920&amp;PID=5574&amp;title=tabworkspace-hide-tabs#5574</guid>
  </item> 
 </channel>
</rss>