<?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 : Creating MDI &#102;orms stacked &#111;n top of...</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Creating MDI &#102;orms stacked &#111;n top of...]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 27 May 2026 15:24:27 +0000</pubDate>
  <lastBuildDate>Wed, 16 Feb 2005 16:15:10 +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=1787</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[Creating MDI &#102;orms stacked &#111;n top of... : After loading an MDI child DoWorkspaceCommand...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1787&amp;PID=5157&amp;title=creating-mdi-forms-stacked-on-top-of#5157</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=959">oyalhi</a><br /><strong>Subject:</strong> 1787<br /><strong>Posted:</strong> 16 February 2005 at 4:15pm<br /><br /><P>After loading an MDI child DoWorkspaceCommand works beatifully.&nbsp; My problem is solved.&nbsp; However,&nbsp;I do not understand what you mean by:</P><FONT color=#0000ff>Note that The DoWorkspaceCommand will automatically load a new MDI Child.<BR></FONT><P>I have to load the MDI child before and then the command.&nbsp; Otherwise it would not know which child to load, right?</P>]]>
   </description>
   <pubDate>Wed, 16 Feb 2005 16:15:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1787&amp;PID=5157&amp;title=creating-mdi-forms-stacked-on-top-of#5157</guid>
  </item> 
  <item>
   <title><![CDATA[Creating MDI &#102;orms stacked &#111;n top of... : Try This:  LoadNewDoc  Comma...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1787&amp;PID=5141&amp;title=creating-mdi-forms-stacked-on-top-of#5141</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1787<br /><strong>Posted:</strong> 16 February 2005 at 2:25pm<br /><br />Try This:<br>&nbsp;&nbsp;&nbsp; LoadNewDoc<br>&nbsp;&nbsp;&nbsp; CommandBars.TabWorkspace.DoWorkspaceCommand XTP_ID_WORKSAPCE_NEWHORIZONTAL<br><br>Note that The DoWorkspaceCommand will automatically load a new MDI Child.<br>]]>
   </description>
   <pubDate>Wed, 16 Feb 2005 14:25:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1787&amp;PID=5141&amp;title=creating-mdi-forms-stacked-on-top-of#5141</guid>
  </item> 
  <item>
   <title><![CDATA[Creating MDI &#102;orms stacked &#111;n top of... : SuperMario, I want to create...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1787&amp;PID=5137&amp;title=creating-mdi-forms-stacked-on-top-of#5137</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=959">oyalhi</a><br /><strong>Subject:</strong> 1787<br /><strong>Posted:</strong> 16 February 2005 at 1:55pm<br /><br /><P>SuperMario,</P><P>I want to create a "New Horizontal Tab Group" to the bottom half of the window, and the other windows to attach to that window: "Move to Next Tab Group" programatically.</P><P>It is difficult to explain without a picture; however I'll give it another shot.</P><P>Let's say you have an MDI form and child windows.&nbsp; Application starts with no windows.&nbsp; I create one child window and it covers the whole client area and the title is tabbed.&nbsp; Now I create another window, this window also covers the whole client area.&nbsp;&nbsp;I can switch between windows by clicking to their tabs.</P><P>Now I click one of the forms title tab, and drag it to the lower half of the main window and release the button.&nbsp; I can now see both windows, one is on the top half with its title tab visible and the other on the bottom half and the title tab is visible.</P><P>Please let me know if I was succesfull at explaining it.</P><P>Regards, Omer</P>]]>
   </description>
   <pubDate>Wed, 16 Feb 2005 13:55:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1787&amp;PID=5137&amp;title=creating-mdi-forms-stacked-on-top-of#5137</guid>
  </item> 
  <item>
   <title><![CDATA[Creating MDI &#102;orms stacked &#111;n top of... : I&amp;#039;m not sure exactly what...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1787&amp;PID=5132&amp;title=creating-mdi-forms-stacked-on-top-of#5132</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1787<br /><strong>Posted:</strong> 16 February 2005 at 10:28am<br /><br />I'm not sure exactly what you are asking without seeing apicture.&nbsp; Maybe you are looking for the DoWorkspaceCommand method.]]>
   </description>
   <pubDate>Wed, 16 Feb 2005 10:28:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1787&amp;PID=5132&amp;title=creating-mdi-forms-stacked-on-top-of#5132</guid>
  </item> 
  <item>
   <title><![CDATA[Creating MDI &#102;orms stacked &#111;n top of... : I created and MDI form with  ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1787&amp;PID=5125&amp;title=creating-mdi-forms-stacked-on-top-of#5125</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=959">oyalhi</a><br /><strong>Subject:</strong> 1787<br /><strong>Posted:</strong> 16 February 2005 at 6:23am<br /><br /><P>I created and MDI form with </P><P>&nbsp; Set m_Workspace = CommandBars.ShowTabWorkspace(True)<BR>&nbsp; m_Workspace.EnableGroups<BR></P><P>I have&nbsp;9 windows, when the application runs, I can drag the title bar and move 1 window to bottom of another MDI window.&nbsp; It looks like (the second window that has been dragged to bottom) it has been docked under the other forms.&nbsp; I do this for the other windows and it works great.&nbsp;&nbsp;I have 5 windows on top with clickable titles and 4 windows on the bottom of them agained tabbed and with clickable windows.</P><P><FONT face="Verdana, Arial, Helvetica, sans-serif" color=#ff0000>My question is this:<strong> How can I do this programatically?</strong></FONT></P><P>Thanks and regards,</P>]]>
   </description>
   <pubDate>Wed, 16 Feb 2005 06:23:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1787&amp;PID=5125&amp;title=creating-mdi-forms-stacked-on-top-of#5125</guid>
  </item> 
 </channel>
</rss>