<?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 : Ribbonbar misbehaviour?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Ribbonbar misbehaviour?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 16:23:43 +0000</pubDate>
  <lastBuildDate>Wed, 23 Apr 2008 04:06:58 +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=10138</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[Ribbonbar misbehaviour? : You can place something like this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10138&amp;PID=34143&amp;title=ribbonbar-misbehaviour#34143</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3745">JantjeKeizer</a><br /><strong>Subject:</strong> 10138<br /><strong>Posted:</strong> 23 April 2008 at 4:06am<br /><br />You can place something like this in your MDI parent window.<br />This way changing the caption is similiar to the 'normal' caption property.<br /><br />You only need it in the MDI parent anyway, as you can change captions of MDI children without problems.<br /><br /><table width="99%"><tr><td><pre class="BBcode">Private Declare Function SetWindowText Lib "user32" Alias "SetWindowTextA" (ByVal hwnd As Long, ByVal lpString As String) As Long<br /><br />Private Property Let Title(ByVal NewVal As String)<br />&nbsp;&nbsp;&nbsp;&nbsp;SetWindowText Me.hwnd, NewVal<br />End Property<br /><br />Private Property Get Title() As String<br />&nbsp;&nbsp;&nbsp;&nbsp;Title = Me.Caption<br />End Property</pre></td></tr></table><br /><br />Just a suggestion.]]>
   </description>
   <pubDate>Wed, 23 Apr 2008 04:06:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10138&amp;PID=34143&amp;title=ribbonbar-misbehaviour#34143</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbonbar misbehaviour? : Hi,  In this forum post JantjeKeizer...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10138&amp;PID=34131&amp;title=ribbonbar-misbehaviour#34131</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3873">RedFin</a><br /><strong>Subject:</strong> 10138<br /><strong>Posted:</strong> 22 April 2008 at 8:49pm<br /><br />Hi,<br /><br />In this <a href="https://forum.codejock.com/forum_posts.asp?TID=10206&PID=33789#33789" target="_blank">forum post</a> JantjeKeizer provided the tip to use the SetWindowText API. <br /><br />Can use it at any time and so far I haven't had any more problems with the ribbon bar theme.<br /><br />The declaration is ...<br /><br />Public Declare Function SetWindowText Lib "user32" Alias "SetWindowTextA" (ByVal hwnd As Long, ByVal lpString As String) As Long]]>
   </description>
   <pubDate>Tue, 22 Apr 2008 20:49:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10138&amp;PID=34131&amp;title=ribbonbar-misbehaviour#34131</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbonbar misbehaviour? : See my answer from 08 April ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10138&amp;PID=33613&amp;title=ribbonbar-misbehaviour#33613</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10138<br /><strong>Posted:</strong> 14 April 2008 at 4:02am<br /><br /><P>See my answer from 08 April </P>]]>
   </description>
   <pubDate>Mon, 14 Apr 2008 04:02:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10138&amp;PID=33613&amp;title=ribbonbar-misbehaviour#33613</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbonbar misbehaviour? : Is there any work arround in 11.2.2  Regards, ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10138&amp;PID=33607&amp;title=ribbonbar-misbehaviour#33607</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2890">WaleedSeada</a><br /><strong>Subject:</strong> 10138<br /><strong>Posted:</strong> 14 April 2008 at 3:15am<br /><br /><P>Is there any work arround in 11.2.2</P><P>&nbsp;</P><P>Regards,</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 14 Apr 2008 03:15:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10138&amp;PID=33607&amp;title=ribbonbar-misbehaviour#33607</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbonbar misbehaviour? :  Works in 12.0When will them...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10138&amp;PID=33605&amp;title=ribbonbar-misbehaviour#33605</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3522">b4gn0</a><br /><strong>Subject:</strong> 10138<br /><strong>Posted:</strong> 14 April 2008 at 3:08am<br /><br />Works in 12.0<br>When will them be released as stable?<br>]]>
   </description>
   <pubDate>Mon, 14 Apr 2008 03:08:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10138&amp;PID=33605&amp;title=ribbonbar-misbehaviour#33605</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbonbar misbehaviour? : Hi, Can you try beta 12.0 version...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10138&amp;PID=33595&amp;title=ribbonbar-misbehaviour#33595</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10138<br /><strong>Posted:</strong> 14 April 2008 at 12:50am<br /><br />Hi,<DIV>Can you try beta 12.0 version ?</DIV>]]>
   </description>
   <pubDate>Mon, 14 Apr 2008 00:50:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10138&amp;PID=33595&amp;title=ribbonbar-misbehaviour#33595</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbonbar misbehaviour? : Hello All, I have the same behavuior...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10138&amp;PID=33585&amp;title=ribbonbar-misbehaviour#33585</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2890">WaleedSeada</a><br /><strong>Subject:</strong> 10138<br /><strong>Posted:</strong> 13 April 2008 at 12:07pm<br /><br /><P>Hello All,</P><P>I have the same behavuior when I open a dialog, I guess that the form need re-paint again to draw correctly the winodw title bar</P><P>any advice ...</P><P>Regards,</P>]]>
   </description>
   <pubDate>Sun, 13 Apr 2008 12:07:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10138&amp;PID=33585&amp;title=ribbonbar-misbehaviour#33585</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbonbar misbehaviour? : Hi,  if you set .Caption property...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10138&amp;PID=33309&amp;title=ribbonbar-misbehaviour#33309</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10138<br /><strong>Posted:</strong> 08 April 2008 at 7:36am<br /><br />Hi,<DIV></DIV><DIV></DIV>if you set .Caption property after you enable ribbonframe, it can restore system frame.]]>
   </description>
   <pubDate>Tue, 08 Apr 2008 07:36:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10138&amp;PID=33309&amp;title=ribbonbar-misbehaviour#33309</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbonbar misbehaviour? : Hello, finally i found out what...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10138&amp;PID=33292&amp;title=ribbonbar-misbehaviour#33292</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3522">b4gn0</a><br /><strong>Subject:</strong> 10138<br /><strong>Posted:</strong> 08 April 2008 at 4:36am<br /><br />Hello, finally i found out what was causing this strange behaviour:<br><br><strong>Normal</strong><br><br><img src="uploads/20080408_043211_normal.JPG" height="86" width="820" border="0"><br><br><br><strong>Wrong</strong><br><img src="uploads/20080408_043310_error.JPG" height="70" width="524" border="0"><br><br><br>Our application has the need to dinamically change the menu during runtime, but this strange behaviour occurs when i call the<i> RemoveAllTabs</i> method.<br>The blue bar doesn't stay always there, it just shows up sometimes when the form loses the focus.<br><br>Is there a fast workaround for this?<br>OS: Win2000, XP, Vista<br><br>Thank you for your time,<br>b4gn0<br>]]>
   </description>
   <pubDate>Tue, 08 Apr 2008 04:36:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10138&amp;PID=33292&amp;title=ribbonbar-misbehaviour#33292</guid>
  </item> 
 </channel>
</rss>