<?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 form</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Shortcut Bar : MDI form]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 00:27:09 +0000</pubDate>
  <lastBuildDate>Sat, 13 Jan 2007 11:58: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=6101</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 form :  thank you for the quick response....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6101&amp;PID=19274&amp;title=mdi-form#19274</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 6101<br /><strong>Posted:</strong> 13 January 2007 at 11:58am<br /><br />thank you for the quick response. <br>now there is another issue, and I don't know if it's me or code. when I click a "New" button on the commandbar to open a new window, the window is open on the top of the shortcutbar, then when I maximize the main window the shortcutbar appears with no problems and the new form appears on the side of the shotcutbar (just as expected).<br>So, am I doing something wrong?<br>there is my code to open the new form (MDI Child)<br><br>Private Sub CommandBars_Execute(ByVal Control As XtremeCommandBars.ICommandBarControl)<br><br>Select Case Control.Id<br>&nbsp;&nbsp;&nbsp; Case ID_FILE_NEW ' open new window<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim f As Form<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set f = New Form1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; f.WindowState = 2<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RibbonBar.SelectedTab = TabUser<br>&nbsp;&nbsp;&nbsp; Case 1 ' exit<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End<br>End Select<br>End Sub<br><br>]]>
   </description>
   <pubDate>Sat, 13 Jan 2007 11:58:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6101&amp;PID=19274&amp;title=mdi-form#19274</guid>
  </item> 
  <item>
   <title><![CDATA[MDI form : Hi, for visual basic 6:  Private...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6101&amp;PID=19264&amp;title=mdi-form#19264</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6101<br /><strong>Posted:</strong> 13 January 2007 at 3:58am<br /><br />Hi,<DIV>for visual basic 6:</DIV><DIV>&nbsp;</DIV><DIV>Private Sub CommandBars1_RepositionAlignedControls(Left As Long, Top As Long, Right As Long, Bottom As Long)<BR>&nbsp;&nbsp;&nbsp; CommandBars1.MoveAlignedControl ShortcutBar1, Left, Top, Right, Bottom<BR>End Sub</DIV>]]>
   </description>
   <pubDate>Sat, 13 Jan 2007 03:58:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6101&amp;PID=19264&amp;title=mdi-form#19264</guid>
  </item> 
  <item>
   <title><![CDATA[MDI form : hi,I do have a mdi form, an i...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6101&amp;PID=19258&amp;title=mdi-form#19258</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 6101<br /><strong>Posted:</strong> 12 January 2007 at 8:06pm<br /><br />hi,<br>I do have a mdi form, an i added to it a commandbar to, but I want to add the shortcutbar also and placing it under the commandbar (the look of outlook 2003), but everytime I try to add the shortcutbar to mdi form the control will be addedto the top of the form. <br>how can fix this problem?<br>thank you<br><br>]]>
   </description>
   <pubDate>Fri, 12 Jan 2007 20:06:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6101&amp;PID=19258&amp;title=mdi-form#19258</guid>
  </item> 
 </channel>
</rss>