<?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 : &quot;Office2007Black.dll &amp; SkinFramework -  HOW?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : &quot;Office2007Black.dll &amp; SkinFramework -  HOW?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 09 Jun 2026 07:03:22 +0000</pubDate>
  <lastBuildDate>Sat, 10 Nov 2007 23:50:18 +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=8397</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[&quot;Office2007Black.dll &amp; SkinFramework -  HOW? :          vbuser wrote:How...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8397&amp;PID=28357&amp;title=office2007black-dll-skinframework-how#28357</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3426">meaningoflights</a><br /><strong>Subject:</strong> 8397<br /><strong>Posted:</strong> 10 November 2007 at 11:50pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by vbuser" alt="Originally posted by vbuser" style="vertical-align: text-bottom;" /> <strong>vbuser wrote:</strong><br /><br /><br><div>How can I have an even Office2007-Black look in Ribbon and skinframework ?</div><div></td></tr></table><br><br>With the styles, you can build your own and download others, just search these forums and google...<br></div><br>The black theme is demonstrated in the Ribbon Bar sample...<br><b><br></b><b><img src="uploads/20071111_001454_Ribb&#111;nBarBlack.jpg" height="278" width="934" border="0"><br><br><br></b>And you can fine tune it further, eg:<br><br>&nbsp;Set TabHome = RibbonBar.InsertTab(0, "")<br>&nbsp;&nbsp;&nbsp; TabHome.ID = ID_TAB_WRITE<br>&nbsp;&nbsp;&nbsp; <b>TabHome.Color = xtpRibbonTabContextColorNone</b><br><br><font color="#009900"><u><br>I request more tab colours.</u></font><br><br><br><br><br><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by vbuser" alt="Originally posted by vbuser" style="vertical-align: text-bottom;" /> <strong>vbuser wrote:</strong><br /><br /><br><div>How can I speed up the loading of the forms when using the skinframework?</div></td></tr></table><br><br>Its not that bad, maybe try tweaking the compilation settings, think about pre-loading forms (during a splash screen). The p-code might be misleading you too. I wouldn't worry about it too much, PCs are getting faster everyday at a compound rate <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Sat, 10 Nov 2007 23:50:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8397&amp;PID=28357&amp;title=office2007black-dll-skinframework-how#28357</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;Office2007Black.dll &amp; SkinFramework -  HOW? : I second the request for an Office...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8397&amp;PID=27540&amp;title=office2007black-dll-skinframework-how#27540</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 8397<br /><strong>Posted:</strong> 22 October 2007 at 3:07pm<br /><br />I second the request for an Office 2007 Black theme for the SkinFramework control.]]>
   </description>
   <pubDate>Mon, 22 Oct 2007 15:07:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8397&amp;PID=27540&amp;title=office2007black-dll-skinframework-how#27540</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;Office2007Black.dll &amp; SkinFramework -  HOW? : I am using the Ribbon Menu with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8397&amp;PID=27194&amp;title=office2007black-dll-skinframework-how#27194</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=331">vbuser</a><br /><strong>Subject:</strong> 8397<br /><strong>Posted:</strong> 10 October 2007 at 5:30pm<br /><br /><DIV>I am using the Ribbon Menu with the 2007 black look by setting this CommandBarsGlobalSettings.Office2007Images =&nbsp;"Office2007Black.dll".</DIV><DIV>Works great. I need this look in all the forms, so I&nbsp;also need to use&nbsp; the SkinFramework, I set it &nbsp;to:</DIV><DIV>SkinFramework1.LoadSkin&nbsp;"Office2007.cjstyles". </DIV><DIV>&nbsp;</DIV><DIV>The problem is that I the look changes to all blue, and I noticed that it is SLOW, takes quite of bit of time to show the form...</DIV><DIV>&nbsp;</DIV><DIV>How can I have an even Office2007-Black look in Ribbon and skinframework ?</DIV><DIV>&nbsp;</DIV><DIV>How can I speed up the loading of the forms when using the skinframework?</DIV>]]>
   </description>
   <pubDate>Wed, 10 Oct 2007 17:30:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8397&amp;PID=27194&amp;title=office2007black-dll-skinframework-how#27194</guid>
  </item> 
 </channel>
</rss>