<?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 : DialogBars &amp; MDI</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : DialogBars &amp; MDI]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 18:07:31 +0000</pubDate>
  <lastBuildDate>Tue, 17 Jun 2008 15:36:17 +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=11070</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[DialogBars &amp; MDI : You might be able to subclass...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11070&amp;PID=36880&amp;title=dialogbars-mdi#36880</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 11070<br /><strong>Posted:</strong> 17 June 2008 at 3:36pm<br /><br />You might be able to subclass the MDIChild windows and consume WM_MOVE if the window would move outside the area you want to limit it to.]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 15:36:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11070&amp;PID=36880&amp;title=dialogbars-mdi#36880</guid>
  </item> 
  <item>
   <title><![CDATA[DialogBars &amp; MDI : You are right that MDI children...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11070&amp;PID=36851&amp;title=dialogbars-mdi#36851</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3539">VDF1</a><br /><strong>Subject:</strong> 11070<br /><strong>Posted:</strong> 17 June 2008 at 5:33am<br /><br /><P>You are right that MDI children can be moved under the borders of main panel but that was/is never been a problem. With the dialogbar the users started to remark and complain.</P><P>I've tested the maximizing of the MDI dialogs and send a screenshot to the customer. Maybe they like it. I don't since most of the dialogs will not use all the space and it start looking awfull then.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 05:33:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11070&amp;PID=36851&amp;title=dialogbars-mdi#36851</guid>
  </item> 
  <item>
   <title><![CDATA[DialogBars &amp; MDI : i dont know if there is a workaround......]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11070&amp;PID=36849&amp;title=dialogbars-mdi#36849</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1038">younicke</a><br /><strong>Subject:</strong> 11070<br /><strong>Posted:</strong> 17 June 2008 at 5:24am<br /><br />i dont know if there is a workaround... because that is the default behaviour of VB6. Even without commandbars, try putting a picturebox in the left of the MDI form and open your mdi-child forms, the same thing will happen as the problem you have stated.<br><br>maybe oleg has some answers.<br>]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 05:24:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11070&amp;PID=36849&amp;title=dialogbars-mdi#36849</guid>
  </item> 
  <item>
   <title><![CDATA[DialogBars &amp; MDI : Thanks, but I tried the tabworkspaces...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11070&amp;PID=36848&amp;title=dialogbars-mdi#36848</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3539">VDF1</a><br /><strong>Subject:</strong> 11070<br /><strong>Posted:</strong> 17 June 2008 at 5:20am<br /><br />Thanks, but I tried the tabworkspaces and it makes no difference. I do not want to maximize the views in the MDI frame.]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 05:20:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11070&amp;PID=36848&amp;title=dialogbars-mdi#36848</guid>
  </item> 
  <item>
   <title><![CDATA[DialogBars &amp; MDI : you could try using TabWorkSpace...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11070&amp;PID=36844&amp;title=dialogbars-mdi#36844</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1038">younicke</a><br /><strong>Subject:</strong> 11070<br /><strong>Posted:</strong> 17 June 2008 at 4:45am<br /><br />you could try using TabWorkSpace and then EnableGroups on the TabWorkSpace. But take not that all MDI-child forms will always be maximized, no way to restore or minimize it.<br><br><br><a href="uploads/20080617_044529_tabworkspace_sa.zip" target="_blank">uploads/20080617_044529_tabworkspace_sa.zip</a><br><br><br>]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 04:45:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11070&amp;PID=36844&amp;title=dialogbars-mdi#36844</guid>
  </item> 
  <item>
   <title><![CDATA[DialogBars &amp; MDI : A customer likes the DialogBars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11070&amp;PID=36842&amp;title=dialogbars-mdi#36842</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3539">VDF1</a><br /><strong>Subject:</strong> 11070<br /><strong>Posted:</strong> 17 June 2008 at 4:04am<br /><br />A customer likes the DialogBars but does not like the fact that a MDI child window can slide underneath the DialogBar (<a href="https://forum.codejock.com/uploads/20080617_040244_2008-06-17_1000.zip" target="_blank">uploads/20080617_040244_2008-06-17_1000.zip</A>). Is there a way to prevent this? ]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 04:04:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11070&amp;PID=36842&amp;title=dialogbars-mdi#36842</guid>
  </item> 
 </channel>
</rss>