<?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 : Title bar issue</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Title bar issue]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 17:52:00 +0000</pubDate>
  <lastBuildDate>Tue, 10 Feb 2009 07:59: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=13358</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[Title bar issue : i actually solved the program....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13358&amp;PID=45263&amp;title=title-bar-issue#45263</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4950">crucio</a><br /><strong>Subject:</strong> 13358<br /><strong>Posted:</strong> 10 February 2009 at 7:59am<br /><br />i actually solved the program. <br />the problem was i was accessing the mdi form before it is  shown / visible that was why the frame theme wasn't working properly.<br /><br />thank you for the help.]]>
   </description>
   <pubDate>Tue, 10 Feb 2009 07:59:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13358&amp;PID=45263&amp;title=title-bar-issue#45263</guid>
  </item> 
  <item>
   <title><![CDATA[Title bar issue : the ff: line of code is from my...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13358&amp;PID=45216&amp;title=title-bar-issue#45216</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4950">crucio</a><br /><strong>Subject:</strong> 13358<br /><strong>Posted:</strong> 09 February 2009 at 8:07am<br /><br /> the ff: line of code is from my main mdi form  <br /> <br />&nbsp;&nbsp;&nbsp;&nbsp;createRibbon<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;Dim StatusBar As StatusBar<br />&nbsp;&nbsp;&nbsp;&nbsp;Set StatusBar = CommandBars.StatusBar<br />&nbsp;&nbsp;&nbsp;&nbsp;StatusBar.Visible = True<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;StatusBar.AddPane 0<br />&nbsp;&nbsp;&nbsp;&nbsp;StatusBar.AddPane 901<br />&nbsp;&nbsp;&nbsp;&nbsp;StatusBar.AddPane 902<br />&nbsp;&nbsp;&nbsp;&nbsp;StatusBar.AddPane 903<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;'RibbonBar.EnableFrameTheme<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;CommandBars.Options.KeyboardCuesShow = xtpKeyboardCuesShowWindowsDefault<br />&nbsp;&nbsp;&nbsp;&nbsp;'RibbonBar.CommandBars.EnableOffice2007Frame True<br />&nbsp;&nbsp;&nbsp;&nbsp;'CommandBars.EnableCustomization True<br />&nbsp;&nbsp;&nbsp;&nbsp;CommandBars.EnableOffice2007Frame True<br />&nbsp;&nbsp;&nbsp;&nbsp;SkinFramework.RemoveWindow Me.hWnd<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;'CommandBars.SetMDIClient Me.hwnd<br /><br />i really dont know what is happening. i thought is was the effect of the bricopack i have installed for my pc but ive tried it on other computer it works just as the same <br /><br />the ff codes are from my skin on the main function<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;Dim Descriptions As SkinDescriptions<br />&nbsp;&nbsp;&nbsp;&nbsp;Set Descriptions = MDIMain.SkinFramework.EnumerateSkinDirectory(App.Path + "..\..\..\Styles", True)<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;Dim Des As SkinDescription<br />&nbsp;&nbsp;&nbsp;&nbsp;For Each Des In Descriptions<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Debug.Print Des.Name & " - " & Des.Path<br />&nbsp;&nbsp;&nbsp;&nbsp;Next<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;MDIMain.SkinFramework.LoadSkin App.Path + "\Vista.cjstyles", ""<br />&nbsp;&nbsp;&nbsp;&nbsp;MDIMain.SkinFramework.LoadSkin App.Path + "\Office2007.cjstyles", ""<br />&nbsp;&nbsp;&nbsp;&nbsp;MDIMain.SkinFramework.ApplyWindow MDIMain.hWnd<br />&nbsp;&nbsp;&nbsp;&nbsp;MDIMain.SkinFramework.ApplyOptions = MDIMain.SkinFramework.ApplyOptions Or xtpSkinApplyMetrics<br /><br />i also tried disabling the skin but i didn't work<br /><br />thank you so much for your help]]>
   </description>
   <pubDate>Mon, 09 Feb 2009 08:07:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13358&amp;PID=45216&amp;title=title-bar-issue#45216</guid>
  </item> 
  <item>
   <title><![CDATA[Title bar issue : Hi,   Try remove main window...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13358&amp;PID=45195&amp;title=title-bar-issue#45195</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13358<br /><strong>Posted:</strong> 08 February 2009 at 1:24pm<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>Try remove main window from skinning:</DIV><DIV>&nbsp;</DIV><DIV>SkinFramework.RemoveWindow me.hWnd</DIV>]]>
   </description>
   <pubDate>Sun, 08 Feb 2009 13:24:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13358&amp;PID=45195&amp;title=title-bar-issue#45195</guid>
  </item> 
  <item>
   <title><![CDATA[Title bar issue : i am developing an application...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13358&amp;PID=45192&amp;title=title-bar-issue#45192</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4950">crucio</a><br /><strong>Subject:</strong> 13358<br /><strong>Posted:</strong> 07 February 2009 at 10:43pm<br /><br />i am developing an application that uses the commandbar with ribbon.<br />i have successfully created the ribbonbar style on my MDI form i am also using SkinFramework<br />the problem is that i have inserted a code on the unload of MDI so that whenever the user tries to close the form it would always ask if he/she wants to close it. i am using msgbox, whenever the msgbox pops out to ask the user the title bar seems revert to the theme of the operating<br /><br />please help me...  <img src="http://forum.codejock.com/smileys/smiley19.gif" border="0" align="middle">  <br /><br />here is the mdi form without the msgbox <br /><br /><img src="uploads/20090208_093500_no_msgbox.JPG" border="0"><br /><br />here is the mdi form with the msgbox as you can see the bibbin was been broken and the old title bar is shown<br /><br /><br /><img src="uploads/20090208_093554_with_msgbox.JPG" border="0">]]>
   </description>
   <pubDate>Sat, 07 Feb 2009 22:43:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13358&amp;PID=45192&amp;title=title-bar-issue#45192</guid>
  </item> 
 </channel>
</rss>