<?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 : Problem with DialogBar on vb6 MDI</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Problem with DialogBar on vb6 MDI]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 22:34:23 +0000</pubDate>
  <lastBuildDate>Thu, 19 Mar 2009 23:44:54 +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=13305</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[Problem with DialogBar on vb6 MDI : The trick with setting the DialogBar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13305&amp;PID=46915&amp;title=problem-with-dialogbar-on-vb6-mdi#46915</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4665">stefanadelbert</a><br /><strong>Subject:</strong> 13305<br /><strong>Posted:</strong> 19 March 2009 at 11:44pm<br /><br />The trick with setting the DialogBar width is to use the SetSize method. Take a look in the documentation.<br><br>I have no clue why the DialogBar Width property is defined as read-write, as writing to it seems to have no effect. Also, why is the Width property defined and not Height? Some inconsistencies there.<br>]]>
   </description>
   <pubDate>Thu, 19 Mar 2009 23:44:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13305&amp;PID=46915&amp;title=problem-with-dialogbar-on-vb6-mdi#46915</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with DialogBar on vb6 MDI : I would also like to set the width...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13305&amp;PID=46817&amp;title=problem-with-dialogbar-on-vb6-mdi#46817</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4665">stefanadelbert</a><br /><strong>Subject:</strong> 13305<br /><strong>Posted:</strong> 17 March 2009 at 7:14pm<br /><br />I would also like to set the width of the dialog bar at runtime, but am not sure how to do this. I've tried resizing the child before associating it with the dialog bar; I've tried resizing the child after associating it with the dialog bar; I've tried resizing the dialog bar, which seems to have no effect.<br><br>How should this be done?<br>]]>
   </description>
   <pubDate>Tue, 17 Mar 2009 19:14:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13305&amp;PID=46817&amp;title=problem-with-dialogbar-on-vb6-mdi#46817</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with DialogBar on vb6 MDI :   Hi,I just try the commandbar/dialogbar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13305&amp;PID=45061&amp;title=problem-with-dialogbar-on-vb6-mdi#45061</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4921">papuan</a><br /><strong>Subject:</strong> 13305<br /><strong>Posted:</strong> 02 February 2009 at 6:55am<br /><br />Hi,<br><br>I just try the commandbar/dialogbar features, but I cannot set the width of the DialogBar. I use the next code:<br><br>Set BarraDialogo = CommandBars.AddDialogBar("Hello", xtpBarLeft)<br>&nbsp; With BarraDialogo<br>&nbsp;&nbsp;&nbsp; .Closeable = False<br>&nbsp;&nbsp;&nbsp; .Resizable = True<br>&nbsp;&nbsp;&nbsp; .ShowGripper = False<br>&nbsp;&nbsp;&nbsp; .EnableAnimation = True<br>&nbsp;&nbsp;&nbsp; .ShowCaption = False<br>&nbsp;&nbsp;&nbsp; .ChildHandle = Spazio.hWnd<br>&nbsp;&nbsp;&nbsp; .Width = 15000<br>End With<br><br>How I Can set the BarraDialogo.width ?<br><br>I must refresh the CommandBars ? How ?<br><br>Francesco<br>]]>
   </description>
   <pubDate>Mon, 02 Feb 2009 06:55:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13305&amp;PID=45061&amp;title=problem-with-dialogbar-on-vb6-mdi#45061</guid>
  </item> 
 </channel>
</rss>