<?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 : Problems with MDI &#070;orm</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Problems with MDI &#070;orm]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 12:44:58 +0000</pubDate>
  <lastBuildDate>Sun, 27 Feb 2005 16:24:06 +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=1865</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[Problems with MDI &#070;orm : Great!!!! thank you very much... I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1865&amp;PID=5426&amp;title=problems-with-mdi-form#5426</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1010">nando_uy</a><br /><strong>Subject:</strong> 1865<br /><strong>Posted:</strong> 27 February 2005 at 4:24pm<br /><br /><P>Great!!!!</P><P>thank you very much...<IMG src="http://forum.codejock.com/smileys/smiley17.gif" border="0"></P><P>I apreaciate this...</P>]]>
   </description>
   <pubDate>Sun, 27 Feb 2005 16:24:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1865&amp;PID=5426&amp;title=problems-with-mdi-form#5426</guid>
  </item> 
  <item>
   <title><![CDATA[Problems with MDI &#070;orm :  Try addeing the following code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1865&amp;PID=5424&amp;title=problems-with-mdi-form#5424</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1865<br /><strong>Posted:</strong> 27 February 2005 at 3:26pm<br /><br />Try addeing the following code to theCommandBars_RepositionAlignedControls event assuming you name yourTaskPanel "wndTaskPanel":<br><br>Private Sub CommandBars_RepositionAlignedControls(Left As Long, Top As Long, Right As Long, Bottom As Long)<br><br>&nbsp;&nbsp;&nbsp; CommandBars<span ="highlight"></span>.MoveAlignedControl wndTaskPanel, Left, Top, Right, Bottom<br><br>End Sub]]>
   </description>
   <pubDate>Sun, 27 Feb 2005 15:26:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1865&amp;PID=5424&amp;title=problems-with-mdi-form#5424</guid>
  </item> 
  <item>
   <title><![CDATA[Problems with MDI &#070;orm : doesn&amp;#039;t work!!! this proc...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1865&amp;PID=5423&amp;title=problems-with-mdi-form#5423</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1010">nando_uy</a><br /><strong>Subject:</strong> 1865<br /><strong>Posted:</strong> 27 February 2005 at 12:58pm<br /><br /><P><IMG src="http://forum.codejock.com/smileys/smiley19.gif" border="0">doesn't work!!!</P><P>this proc function properly on a SDI form, but no in an MDI...</P><P>What Happend?<IMG src="http://forum.codejock.com/smileys/smiley9.gif" border="0"></P>]]>
   </description>
   <pubDate>Sun, 27 Feb 2005 12:58:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1865&amp;PID=5423&amp;title=problems-with-mdi-form#5423</guid>
  </item> 
  <item>
   <title><![CDATA[Problems with MDI &#070;orm : Take a look at the ToolBox sample,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1865&amp;PID=5420&amp;title=problems-with-mdi-form#5420</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=280">ianp</a><br /><strong>Subject:</strong> 1865<br /><strong>Posted:</strong> 27 February 2005 at 8:18am<br /><br /><P>Take a look at the ToolBox sample, it contains the following code in the CommandBars_Resize event:</P><P><table width="99%"><tr><td><pre class="BBcode"><BR>Private Sub CommandBars_Resize()<BR>&nbsp;&nbsp;&nbsp; On Error Resume Next<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Dim Left As Long, Top As Long, Right As Long, Bottom As Long, nWidth As Long<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp; CommandBars.GetClientRect Left, Top, Right, Bottom</P><P>&nbsp;&nbsp;&nbsp; nWidth = IIf(Right - Left &lt; 3000, Right - Left, 3000)<BR>&nbsp;&nbsp;&nbsp; wndToolBox.Move Left + 40, Top + 40, nWidth, Bottom - Top - 60<BR><BR>End Sub<BR></pre></td></tr></table></P>]]>
   </description>
   <pubDate>Sun, 27 Feb 2005 08:18:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1865&amp;PID=5420&amp;title=problems-with-mdi-form#5420</guid>
  </item> 
  <item>
   <title><![CDATA[Problems with MDI &#070;orm : Hi all: I need to use a toolbar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1865&amp;PID=5419&amp;title=problems-with-mdi-form#5419</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1010">nando_uy</a><br /><strong>Subject:</strong> 1865<br /><strong>Posted:</strong> 27 February 2005 at 7:03am<br /><br /><P>Hi all:<IMG src="http://forum.codejock.com/smileys/smiley19.gif" border="0"></P><P>I need to use a toolbar and a taskpane toghether in the same MDI form.</P><P>The problem is, the toolbars position (docking TOP) it's ok, but, when I use the taskpane, (docking on left) at desing time,taskpane extends to all height of the MDI form.</P><P>when I run the program, taskpane virtually DISSAPEAR and ONLY draw over a commandbar.</P><P>Can I use both controls in the same MDI?. What can I do that a taskpane top begins below the command bar? (In an SDI form I haven't problems!!!)</P>]]>
   </description>
   <pubDate>Sun, 27 Feb 2005 07:03:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1865&amp;PID=5419&amp;title=problems-with-mdi-form#5419</guid>
  </item> 
 </channel>
</rss>