<?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 : Ribbon frame theme dissapear</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Ribbon frame theme dissapear]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 22:33:35 +0000</pubDate>
  <lastBuildDate>Tue, 31 Mar 2009 09:57:23 +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=10211</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[Ribbon frame theme dissapear :   WaleedSeada wrote:SetWindowText...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10211&amp;PID=47383&amp;title=ribbon-frame-theme-dissapear#47383</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3949">evidica</a><br /><strong>Subject:</strong> 10211<br /><strong>Posted:</strong> 31 March 2009 at 9:57am<br /><br /> <table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by WaleedSeada" alt="Originally posted by WaleedSeada" style="vertical-align: text-bottom;" /> <strong>WaleedSeada wrote:</strong><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;SetWindowText Me.hwnd, App_title(Language)<br />&nbsp;&nbsp;&nbsp;&nbsp;RibbonBar.EnableFrameTheme<br />&nbsp;&nbsp;&nbsp;&nbsp;CommandBars.EnableOffice2007Frame True<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;'Cause problem on some machines<br />&nbsp;&nbsp;&nbsp;&nbsp;'SkinFramework1.LoadSkin App.Path + "\Styles\Vista.cjstyles", "NormalBlue.ini"<br />&nbsp;&nbsp;&nbsp;&nbsp;'SkinFramework1.ApplyWindow Me.hwnd<br />&nbsp;&nbsp;&nbsp;&nbsp;'SkinFramework1.ApplyOptions = SkinFramework1.ApplyOptions Or xtpSkinApplyMetrics<br />&nbsp;&nbsp;&nbsp;&nbsp;SetFont<br />&nbsp;&nbsp;&nbsp;&nbsp;CommandBars.PaintManager.RefreshMetrics<br />&nbsp;&nbsp;&nbsp;&nbsp;CommandBars.RecalcLayout<br />&nbsp;&nbsp;&nbsp;&nbsp;picClient.Refresh<br />&nbsp;&nbsp;&nbsp;&nbsp;'yes twice, I know ... leave it like this ... okay<br />&nbsp;&nbsp;&nbsp;&nbsp;SetFont<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;RibbonBar.ControlQuickAccess.Visible = False<br />&nbsp;&nbsp;&nbsp;&nbsp;RibbonBar.ControlQuickAccess.CloseSubMenuOnClick = True<br /> <br />The strange thing is that; I make available to the end-user to change the theme by putting the same code in the execute event of the ribbon bar and I use the same line of code, but the application doesn't crash when this line executed and the theme changes<br />Here is the script:<br /> <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Case ID_OPTIONS_STYLEBLACK:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CommandBarsGlobalSettings.Office2007Images = App.Path & "\Styles\Office2007Black.dll"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SkinFramework1.LoadSkin App.Path + "\Styles\Vista.cjstyles", "NormalBLACK.ini"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CommandBars.PaintManager.RefreshMetrics<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CommandBars.RecalcLayout<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;picClient.Refresh<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Case ID_OPTIONS_STYLEBLUE:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CommandBarsGlobalSettings.Office2007Images = App.Path & "\Styles\Office2007Blue.dll"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SkinFramework1.LoadSkin App.Path + "\Styles\Vista.cjstyles", "NormalBLUE.ini"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CommandBars.PaintManager.RefreshMetrics<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CommandBars.RecalcLayout<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;picClient.Refresh<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Case ID_OPTIONS_STYLESILVER:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CommandBarsGlobalSettings.Office2007Images = App.Path & "\Styles\Office2007Silver.dll"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SkinFramework1.LoadSkin App.Path + "\Styles\Vista.cjstyles", "NormalSilver.ini"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CommandBars.PaintManager.RefreshMetrics<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CommandBars.RecalcLayout<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;picClient.Refresh</td></tr></table> <br /><br />Anyone have a C# example for this?]]>
   </description>
   <pubDate>Tue, 31 Mar 2009 09:57:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10211&amp;PID=47383&amp;title=ribbon-frame-theme-dissapear#47383</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon frame theme dissapear : Thanks Rohan for your reply  Best...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10211&amp;PID=33975&amp;title=ribbon-frame-theme-dissapear#33975</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2890">WaleedSeada</a><br /><strong>Subject:</strong> 10211<br /><strong>Posted:</strong> 20 April 2008 at 3:58am<br /><br />Thanks Rohan for your reply<DIV>&nbsp;</DIV><DIV>Best regards,</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 20 Apr 2008 03:58:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10211&amp;PID=33975&amp;title=ribbon-frame-theme-dissapear#33975</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon frame theme dissapear : Hi Waleed,  I really have to say...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10211&amp;PID=33974&amp;title=ribbon-frame-theme-dissapear#33974</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3873">RedFin</a><br /><strong>Subject:</strong> 10211<br /><strong>Posted:</strong> 19 April 2008 at 5:38pm<br /><br />Hi Waleed,<br /><br />I really have to say that I'm still just a beginner when it comes to programming, and as I said above I haven't even tried the SkinFramework yet :-|<br /><br />The only thing I can offer, and I really have no idea whether it should make a difference or not (eg. I don't know which programming language you are using, but the syntax looks like VB), but you are using a "+" as your concatentation operator ... should you be using "&" (which I notice you are using in the other parts of the code)???  ie....<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SkinFramework1.LoadSkin App.Path <strong>&</strong> "\Styles\Vista.cjstyles", "NormalBlue.ini"<br /><br />Just a thought.  As I say, I'm no expert really, but I have fallen foul of little things like that in the past.<br /><br /><br />Regards,<br /><br />Rohan]]>
   </description>
   <pubDate>Sat, 19 Apr 2008 17:38:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10211&amp;PID=33974&amp;title=ribbon-frame-theme-dissapear#33974</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon frame theme dissapear : Hello Rohan,   I have only this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10211&amp;PID=33967&amp;title=ribbon-frame-theme-dissapear#33967</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2890">WaleedSeada</a><br /><strong>Subject:</strong> 10211<br /><strong>Posted:</strong> 19 April 2008 at 4:49am<br /><br /><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN lang=EN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-bidi-font-size: 7.0pt">Hello Rohan, <?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN lang=EN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-bidi-font-size: 7.0pt">&nbsp;<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN lang=EN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-bidi-font-size: 7.0pt">I have only this problem on some PC's, and I trace the problem and found that this line causes the problem:<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN lang=EN style="FONT-SIZE: 6pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-bidi-font-size: 7.0pt">SkinFramework1.LoadSkin App.Path + "\Styles\Vista.cjstyles", "NormalBlue.ini"<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN lang=EN style="FONT-SIZE: 7pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN">&nbsp;<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN lang=EN style="FONT-SIZE: 7pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN">I add this line after I enable the theme for the ribbon bar here is the last script of the function, just to get the whole picture:<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN lang=EN style="FONT-SIZE: 7pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN">&nbsp;<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN lang=EN style="FONT-SIZE: 6.5pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-bidi-font-size: 7.5pt">&nbsp;&nbsp;&nbsp; SetWindowText Me.hwnd, App_title(Language)<BR>&nbsp;&nbsp;&nbsp; RibbonBar.EnableFrameTheme<BR>&nbsp;&nbsp;&nbsp; CommandBars.EnableOffice2007Frame True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; 'Cause problem on some machines<BR>&nbsp;&nbsp;&nbsp; </SPAN><B><SPAN lang=EN style="FONT-SIZE: 6.5pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-bidi-font-size: 11.0pt">'SkinFramework1.LoadSkin App.Path + "\Styles\Vista.cjstyles", "NormalBlue.ini"</SPAN></B><B><SPAN lang=EN style="FONT-SIZE: 6.5pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-bidi-font-size: 7.5pt"><BR></SPAN></B><SPAN lang=EN style="FONT-SIZE: 6.5pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-bidi-font-size: 7.5pt">&nbsp;&nbsp;&nbsp; 'SkinFramework1.ApplyWindow Me.hwnd<BR>&nbsp;&nbsp;&nbsp; 'SkinFramework1.ApplyOptions = SkinFramework1.ApplyOptions Or xtpSkinApplyMetrics</SPAN><SPAN lang=EN style="FONT-SIZE: 6pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-bidi-font-size: 7.0pt"><o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN lang=EN style="FONT-SIZE: 6.5pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-bidi-font-size: 7.5pt">&nbsp;&nbsp;&nbsp; SetFont<BR>&nbsp;&nbsp;&nbsp; CommandBars.PaintManager.RefreshMetrics<BR>&nbsp;&nbsp;&nbsp; CommandBars.RecalcLayout<BR>&nbsp;&nbsp;&nbsp; picClient.Refresh<BR>&nbsp;&nbsp;&nbsp; 'yes twice, I know ... leave it like this ... okay<BR>&nbsp;&nbsp;&nbsp; SetFont<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; RibbonBar.ControlQuickAccess.Visible = False<BR>&nbsp;&nbsp;&nbsp; RibbonBar.ControlQuickAccess.CloseSubMenuOnClick = True</SPAN><SPAN lang=EN style="FONT-SIZE: 6pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-bidi-font-size: 7.0pt"><o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN lang=EN style="FONT-SIZE: 7pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN"><o:p>&nbsp;</o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN lang=EN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-bidi-font-size: 7.0pt">The strange thing is that; I make available to the end-user to change the theme by putting the same code in the execute event of the ribbon bar and I use the same line of code, </SPAN><B><SPAN lang=EN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-bidi-font-size: 11.0pt">but the application doesn't crash</SPAN></B><SPAN lang=EN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-bidi-font-size: 7.0pt"> when this line executed and the theme changes<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN lang=EN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-bidi-font-size: 7.0pt">Here is the script:<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN lang=EN style="FONT-SIZE: 7pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN">&nbsp;<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN lang=EN style="FONT-SIZE: 6.5pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-bidi-font-size: 7.5pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Case ID_OPTIONS_STYLEBLACK:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBarsGlobalSettings.Office2007Images = App.Path &amp; "\Styles\Office2007Black.dll"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SkinFramework1.LoadSkin App.Path + "\Styles\Vista.cjstyles", "NormalBLACK.ini"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBars.PaintManager.RefreshMetrics<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBars.RecalcLayout<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; picClient.Refresh<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Case ID_OPTIONS_STYLEBLUE:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBarsGlobalSettings.Office2007Images = App.Path &amp; "\Styles\Office2007Blue.dll"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SkinFramework1.LoadSkin App.Path + "\Styles\Vista.cjstyles", "NormalBLUE.ini"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBars.PaintManager.RefreshMetrics<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBars.RecalcLayout<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; picClient.Refresh<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Case ID_OPTIONS_STYLESILVER:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBarsGlobalSettings.Office2007Images = App.Path &amp; "\Styles\Office2007Silver.dll"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SkinFramework1.LoadSkin App.Path + "\Styles\Vista.cjstyles", "NormalSilver.ini"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBars.PaintManager.RefreshMetrics<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBars.RecalcLayout<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; picClient.Refresh</SPAN><SPAN lang=EN style="FONT-SIZE: 6pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-bidi-font-size: 7.0pt"><o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN lang=EN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN"><o:p>&nbsp;</o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN lang=EN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-bidi-font-size: 10.0pt">Could be the flow and the order of the commands I have...!!</SPAN><SPAN lang=EN style="FONT-SIZE: 5pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-bidi-font-size: 7.0pt"><o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><SPAN lang=EN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-bidi-font-size: 10.0pt">Best regards,</SPAN><SPAN lang=EN style="FONT-SIZE: 5pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-: EN; mso-bidi-font-size: 7.0pt"><o:p></o:p></SPAN></P>]]>
   </description>
   <pubDate>Sat, 19 Apr 2008 04:49:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10211&amp;PID=33967&amp;title=ribbon-frame-theme-dissapear#33967</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon frame theme dissapear : Sorry to say, but I haven&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10211&amp;PID=33865&amp;title=ribbon-frame-theme-dissapear#33865</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3873">RedFin</a><br /><strong>Subject:</strong> 10211<br /><strong>Posted:</strong> 17 April 2008 at 5:07pm<br /><br />Sorry to say, but I haven't tried the Skin Framework yet.<br /><br />However, I do get the occassional crash in the VB6 IDE since using the CodeJock control suite.  Initially it was happening every 10 min or so.  My solution was -<br /><br />1. removed my use of WinXP Visual style for the VB constituent controls (not needed anyway now that I have the codejock suite)<br />2. re-applied VB6 SP6 <br />3. found out that the CodeJock tree control causes a crash if you use the .Clear method (which I was using, and obviously don't anymore)<br /><br />Since doing those things, my crashes have become very infrequent and I wouldn't be surprised if there's something on my PC contributing.<br /><br />But this is all talking about the develoment PC.  I'm still in development of my software and haven't yet done any extended testing on other PCs.<br /><br />Rohan]]>
   </description>
   <pubDate>Thu, 17 Apr 2008 17:07:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10211&amp;PID=33865&amp;title=ribbon-frame-theme-dissapear#33865</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon frame theme dissapear : For anyone interested, the declaration...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10211&amp;PID=33824&amp;title=ribbon-frame-theme-dissapear#33824</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3873">RedFin</a><br /><strong>Subject:</strong> 10211<br /><strong>Posted:</strong> 17 April 2008 at 7:57am<br /><br />For anyone interested, the declaration is ...<br /><br />Public Declare Function SetWindowText Lib "user32" Alias "SetWindowTextA" (ByVal hwnd As Long, ByVal lpString As String) As Long<br />]]>
   </description>
   <pubDate>Thu, 17 Apr 2008 07:57:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10211&amp;PID=33824&amp;title=ribbon-frame-theme-dissapear#33824</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon frame theme dissapear : Hello,  Did you ever face a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10211&amp;PID=33823&amp;title=ribbon-frame-theme-dissapear#33823</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2890">WaleedSeada</a><br /><strong>Subject:</strong> 10211<br /><strong>Posted:</strong> 17 April 2008 at 7:53am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Did you ever face a problem with skinframework, it cause the application to close on <strong>some</strong> PC's, Have you ever face somthing like that.</DIV><DIV>&nbsp;</DIV><DIV>Best regards,</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 17 Apr 2008 07:53:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10211&amp;PID=33823&amp;title=ribbon-frame-theme-dissapear#33823</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon frame theme dissapear : Can you post the definition of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10211&amp;PID=33822&amp;title=ribbon-frame-theme-dissapear#33822</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2890">WaleedSeada</a><br /><strong>Subject:</strong> 10211<br /><strong>Posted:</strong> 17 April 2008 at 7:45am<br /><br />Can you post the definition of that API, please so I can test it <DIV>&nbsp;</DIV><DIV>Best regards,</DIV><DIV>&nbsp;</DIV><DIV>/Edit</DIV><DIV>Works like charm ....</DIV><DIV>&nbsp;</DIV><DIV>Best,</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 17 Apr 2008 07:45:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10211&amp;PID=33822&amp;title=ribbon-frame-theme-dissapear#33822</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon frame theme dissapear : In this forum post JantjeKeizer...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10211&amp;PID=33792&amp;title=ribbon-frame-theme-dissapear#33792</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3873">RedFin</a><br /><strong>Subject:</strong> 10211<br /><strong>Posted:</strong> 16 April 2008 at 10:38pm<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.]]>
   </description>
   <pubDate>Wed, 16 Apr 2008 22:38:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10211&amp;PID=33792&amp;title=ribbon-frame-theme-dissapear#33792</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon frame theme dissapear : it is working no kidding   You...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10211&amp;PID=33681&amp;title=ribbon-frame-theme-dissapear#33681</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2890">WaleedSeada</a><br /><strong>Subject:</strong> 10211<br /><strong>Posted:</strong> 15 April 2008 at 3:53am<br /><br />it is working no kidding <img src="https://forum.codejock.com/smileys/smiley36.gif" border="0"><DIV>&nbsp;</DIV><DIV>You make my day ....</DIV><DIV>&nbsp;</DIV><DIV>Best regards,</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 15 Apr 2008 03:53:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10211&amp;PID=33681&amp;title=ribbon-frame-theme-dissapear#33681</guid>
  </item> 
 </channel>
</rss>