<?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 : MDI Question</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : General Discussion : MDI Question]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 23:49:10 +0000</pubDate>
  <lastBuildDate>Wed, 30 Jul 2008 23:00:53 +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=11649</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[MDI Question : That&amp;#039;s most definately right...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11649&amp;PID=39202&amp;title=mdi-question#39202</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4108">shipwreck</a><br /><strong>Subject:</strong> 11649<br /><strong>Posted:</strong> 30 July 2008 at 11:00pm<br /><br />That's most definately right ijwelch. I'm not experienced with the markup feature, But I'll look into it. thanks]]>
   </description>
   <pubDate>Wed, 30 Jul 2008 23:00:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11649&amp;PID=39202&amp;title=mdi-question#39202</guid>
  </item> 
  <item>
   <title><![CDATA[MDI Question : It would also be better if the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11649&amp;PID=39200&amp;title=mdi-question#39200</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 11649<br /><strong>Posted:</strong> 30 July 2008 at 10:56pm<br /><br />It would also be better if the TabWorkspace caption could be independantly set, rather than always show the child forms' caption.<br><br>I read in another thread somewhere that CJ had agreed to add markup support for TabWorkspace tabs so this may already be in the works.<br><br>Basically, if CJ can allow programmer to set bot TabWorkspace caption and MDI caption, regardless of actual child form caption then things would be much simpler (especially when dealing with unicode in VB6).<br>]]>
   </description>
   <pubDate>Wed, 30 Jul 2008 22:56:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11649&amp;PID=39200&amp;title=mdi-question#39200</guid>
  </item> 
  <item>
   <title><![CDATA[MDI Question : Hello Oleg, thanks for the post,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11649&amp;PID=39196&amp;title=mdi-question#39196</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4108">shipwreck</a><br /><strong>Subject:</strong> 11649<br /><strong>Posted:</strong> 30 July 2008 at 5:38pm<br /><br />Hello Oleg, thanks for the post, and that's great advice...<br />But, Unfortunately, I use to the child window's caption since it's displayed on the TabWorkSpace. Is there anyway I can Get the main form to not show the caption of the children and only show it's caption?]]>
   </description>
   <pubDate>Wed, 30 Jul 2008 17:38:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11649&amp;PID=39196&amp;title=mdi-question#39196</guid>
  </item> 
  <item>
   <title><![CDATA[MDI Question : Hi,  you can remove title if...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11649&amp;PID=39172&amp;title=mdi-question#39172</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11649<br /><strong>Posted:</strong> 30 July 2008 at 8:33am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>you can remove title if window is maximized:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Private Sub Form_Resize()<BR></DIV><DIV>&nbsp;&nbsp;&nbsp; If (Me.WindowState = vbMaximized) Then Me.Caption = ""<BR>&nbsp;&nbsp;&nbsp; <BR>End Sub<BR></DIV>]]>
   </description>
   <pubDate>Wed, 30 Jul 2008 08:33:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11649&amp;PID=39172&amp;title=mdi-question#39172</guid>
  </item> 
  <item>
   <title><![CDATA[MDI Question : Hello. I was going to ask:  Is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11649&amp;PID=39130&amp;title=mdi-question#39130</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4108">shipwreck</a><br /><strong>Subject:</strong> 11649<br /><strong>Posted:</strong> 29 July 2008 at 8:04pm<br /><br />Hello. I was going to ask:<br /><br />Is there anyway possible that you can prevent an MDI Window from displaying the Child caption along with it's own?<br /><br />This is pretty important to me, So thanks and reguards ahead of time.<br /><br /> <img src="http://forum.codejock.com/smileys/smiley5.gif" border="0" align="middle"> ]]>
   </description>
   <pubDate>Tue, 29 Jul 2008 20:04:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11649&amp;PID=39130&amp;title=mdi-question#39130</guid>
  </item> 
 </channel>
</rss>