<?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 : resize taskpanel for MDIform?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Task Panel : resize taskpanel for MDIform?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 16:15:46 +0000</pubDate>
  <lastBuildDate>Tue, 29 Jul 2008 04:13:22 +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=11611</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[resize taskpanel for MDIform? : thanks oleg.  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11611&amp;PID=39051&amp;title=resize-taskpanel-for-mdiform#39051</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4045">mozaheb</a><br /><strong>Subject:</strong> 11611<br /><strong>Posted:</strong> 29 July 2008 at 4:13am<br /><br />thanks oleg.<br>]]>
   </description>
   <pubDate>Tue, 29 Jul 2008 04:13:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11611&amp;PID=39051&amp;title=resize-taskpanel-for-mdiform#39051</guid>
  </item> 
  <item>
   <title><![CDATA[resize taskpanel for MDIform? : Just set ShowCaption = False,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11611&amp;PID=39044&amp;title=resize-taskpanel-for-mdiform#39044</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11611<br /><strong>Posted:</strong> 29 July 2008 at 3:26am<br /><br />Just set ShowCaption = False, Closeable = False&nbsp;for DialogBar.]]>
   </description>
   <pubDate>Tue, 29 Jul 2008 03:26:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11611&amp;PID=39044&amp;title=resize-taskpanel-for-mdiform#39044</guid>
  </item> 
  <item>
   <title><![CDATA[resize taskpanel for MDIform? : ok. but dilogbar can close . it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11611&amp;PID=39039&amp;title=resize-taskpanel-for-mdiform#39039</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4045">mozaheb</a><br /><strong>Subject:</strong> 11611<br /><strong>Posted:</strong> 29 July 2008 at 3:15am<br /><br />ok. but dilogbar can close . it panel dont must closed. what is answer for this peroblem?<br><br>]]>
   </description>
   <pubDate>Tue, 29 Jul 2008 03:15:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11611&amp;PID=39039&amp;title=resize-taskpanel-for-mdiform#39039</guid>
  </item> 
  <item>
   <title><![CDATA[resize taskpanel for MDIform? : Hi, You can put it to DialogBar....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11611&amp;PID=39033&amp;title=resize-taskpanel-for-mdiform#39033</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11611<br /><strong>Posted:</strong> 29 July 2008 at 2:14am<br /><br />Hi,<DIV>You can put it to DialogBar. see our MDISample.</DIV>]]>
   </description>
   <pubDate>Tue, 29 Jul 2008 02:14:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11611&amp;PID=39033&amp;title=resize-taskpanel-for-mdiform#39033</guid>
  </item> 
  <item>
   <title><![CDATA[resize taskpanel for MDIform? : hi.how do setting size of taskpanel...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11611&amp;PID=38985&amp;title=resize-taskpanel-for-mdiform#38985</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4045">mozaheb</a><br /><strong>Subject:</strong> 11611<br /><strong>Posted:</strong> 28 July 2008 at 6:56am<br /><br />hi.<br>how do setting size of taskpanel  for MDIform ? <br>more info: i have commandbar and taskpanel and statusbar in MDIform.<br>now add this code in CommandBars_Resize:<br><br>Private Sub CommandBars_Resize()<br>&nbsp;&nbsp;&nbsp; On Error Resume Next<br>&nbsp;&nbsp;&nbsp; Dim Left As Long, Top As Long, Right As Long, Bottom As Long<br>&nbsp;&nbsp;&nbsp; Dim nWidth As Long<br>&nbsp;&nbsp;&nbsp; CommandBars.GetClientRect Left, Top, Right, Bottom<br>&nbsp;&nbsp;&nbsp; nWidth = IIf(Right - Left &lt; 3000, Right - Left, 3000)<br>&nbsp;&nbsp;&nbsp; toolbox.Move Me.Width - toolbox.Width - 150, Top + 25, nWidth, &amp; _&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bottom - Top - 60 - StatusBar.Height<br>&nbsp;&nbsp;&nbsp; ReportControl.Move 20, Top + 25, Me.Width - 25, Bottom - Top - 60 - &amp; _ <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; StatusBar.Height<br>End Sub<br><br>.now run this app. but i see tskpanel without details on the commandbar.<br>(this problem is not in SDIform).<br>if you dont understand, tell me until i send linke my example.<br>please help me for this problem.<img src="http://forum.codejock.com/smileys/smiley19.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Mon, 28 Jul 2008 06:56:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11611&amp;PID=38985&amp;title=resize-taskpanel-for-mdiform#38985</guid>
  </item> 
 </channel>
</rss>