<?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 : XP theme change causes crash</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : XP theme change causes crash]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 00:35:01 +0000</pubDate>
  <lastBuildDate>Wed, 04 Oct 2006 09:19:08 +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=5185</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[XP theme change causes crash : thanks oleg.I tried to simulate...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5185&amp;PID=16307&amp;title=xp-theme-change-causes-crash#16307</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2090">joeliner</a><br /><strong>Subject:</strong> 5185<br /><strong>Posted:</strong> 04 October 2006 at 9:19am<br /><br />thanks oleg.<br><br>&nbsp;I tried to simulate the scenarioo again but the bug was gone(or else i couldn't simulate it like it was since the code i pasted was a work around)<br><br>Incase am succesful in reproducing it al post it.<br><br><br><br><br>]]>
   </description>
   <pubDate>Wed, 04 Oct 2006 09:19:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5185&amp;PID=16307&amp;title=xp-theme-change-causes-crash#16307</guid>
  </item> 
  <item>
   <title><![CDATA[XP theme change causes crash : Hello,   Thank you for good...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5185&amp;PID=16221&amp;title=xp-theme-change-causes-crash#16221</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5185<br /><strong>Posted:</strong> 02 October 2006 at 12:41pm<br /><br />Hello, <DIV>&nbsp;</DIV><DIV>Thank you for good words.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>We need to reproduce it on our side, but I failed:</DIV><DIV>&nbsp;</DIV><DIV>I created new project aded sf and commandbars, copied themes/skins and added code</DIV><DIV>&nbsp;</DIV><FONT size=2><P>Private Sub Form_Load()<BR>With CommandBarsGlobalSettings<BR>&nbsp;&nbsp;&nbsp; .App = App<BR>&nbsp;&nbsp;&nbsp; .CompanyName = "*********"<BR>&nbsp;&nbsp;&nbsp; .Title = "**********"<BR>&nbsp;&nbsp;&nbsp; .Office2007Images = App.Path &amp; "\theme\Office2007Aqua.dll"<BR>&nbsp;&nbsp;&nbsp; .ColorManager.SystemTheme = xtpSystemThemeSilver 'suspect line :o)<BR>End With<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </P><P><BR>Dim Ribbon As RibbonBar<BR>Set Ribbon = CommandBars.AddRibbonBar("The Ribbon")</P><P>Ribbon.AddSystemButton<BR>Ribbon.InsertTab 0, "Tab"<BR>Ribbon.EnableFrameTheme</P><P><BR>SkinFramework.LoadSkin App.Path &amp; "\Styles\Office2007.cjstyles", "Normalaqua.ini"<BR>SkinFramework.ApplyWindow Me.hWnd<BR>SkinFramework.ApplyOptions = xtpSkinApplyFrame<BR>End Sub<BR></P><DIV></DIV><P>&nbsp;</P><P>and don't see problem with Color schme chainging.</P><DIV></DIV><DIV></DIV><DIV></DIV>Can you try to reproduce it with new small project?</FONT>]]>
   </description>
   <pubDate>Mon, 02 Oct 2006 12:41:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5185&amp;PID=16221&amp;title=xp-theme-change-causes-crash#16221</guid>
  </item> 
  <item>
   <title><![CDATA[XP theme change causes crash : Hi.  Am in love with your job...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5185&amp;PID=16212&amp;title=xp-theme-change-causes-crash#16212</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2090">joeliner</a><br /><strong>Subject:</strong> 5185<br /><strong>Posted:</strong> 02 October 2006 at 7:40am<br /><br />Hi.<br /><br />Am in love with your job guys. Kudos and keep up. I experienced a crush of VB6 and the application(when its on run mode) whenever am changing the color scheme of windows XP style on the appearance tab of display properties. Just to mention also am using the ribbon bar. The code i invoked was:<br /><br />  With CommandBarsGlobalSettings<br />&nbsp;&nbsp;&nbsp;&nbsp;.App = App<br />&nbsp;&nbsp;&nbsp;&nbsp;.Companyname = "*********"<br />&nbsp;&nbsp;&nbsp;&nbsp;.Title = "**********"<br />&nbsp;&nbsp;&nbsp;&nbsp;.Office2007Images = App.Path & "\theme\Office2007Aqua.dll"<br />&nbsp;&nbsp;&nbsp;&nbsp;.ColorManager.SystemTheme = xtpSystemThemeSilver 'suspect line :o)<br />End With<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  <br />SkinFramework.LoadSkin App.Path & "\Styles\Office2007.cjstyles", "Normalaqua.ini"<br />SkinFramework.ApplyWindow Me.hWnd<br />SkinFramework.ApplyOptions = xtpSkinApplyFrame<br /><br />Anybody out there who could help. (i wouldnot imagine my client doing something like this cuz they may outrightly make acusations on my system.)<br /><br /><br /><br />JM<br />]]>
   </description>
   <pubDate>Mon, 02 Oct 2006 07:40:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5185&amp;PID=16212&amp;title=xp-theme-change-causes-crash#16212</guid>
  </item> 
 </channel>
</rss>