<?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 : Office 2007 in a DLL</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Office 2007 in a DLL]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 20:51:53 +0000</pubDate>
  <lastBuildDate>Thu, 26 Feb 2009 04:05:46 +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=13496</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[Office 2007 in a DLL : BTW - I assume I add this code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13496&amp;PID=45906&amp;title=office-2007-in-a-dll#45906</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1305">Simon HB9DRV</a><br /><strong>Subject:</strong> 13496<br /><strong>Posted:</strong> 26 February 2009 at 4:05am<br /><br />BTW - I assume I add this code in the EXE :)]]>
   </description>
   <pubDate>Thu, 26 Feb 2009 04:05:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13496&amp;PID=45906&amp;title=office-2007-in-a-dll#45906</guid>
  </item> 
  <item>
   <title><![CDATA[Office 2007 in a DLL : Hi Oleg,  I don&amp;#039;t load...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13496&amp;PID=45905&amp;title=office-2007-in-a-dll#45905</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1305">Simon HB9DRV</a><br /><strong>Subject:</strong> 13496<br /><strong>Posted:</strong> 26 February 2009 at 4:05am<br /><br />Hi Oleg,<DIV>&nbsp;</DIV><DIV>I don't load the DLL myself - it's just there in the application. I'll call your two lines of code before I make the first call to the dialog in the DLL to see what this does - many thanks for the fast response.</DIV>]]>
   </description>
   <pubDate>Thu, 26 Feb 2009 04:05:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13496&amp;PID=45905&amp;title=office-2007-in-a-dll#45905</guid>
  </item> 
  <item>
   <title><![CDATA[Office 2007 in a DLL : Hi,  try add   CXTPSkinMa...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13496&amp;PID=45902&amp;title=office-2007-in-a-dll#45902</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13496<br /><strong>Posted:</strong> 26 February 2009 at 4:01am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>try add</DIV><DIV>&nbsp;</DIV><DIV><DIV>CXTPSkinManagerApiHook::GetInstance()-&gt;FinalizeHookManagement();</DIV></DIV><DIV>CXTPSkinManagerApiHook::GetInstance()-&gt;InitializeHookManagement();<BR></DIV><DIV>after you load dll but before you show dialog.</DIV>]]>
   </description>
   <pubDate>Thu, 26 Feb 2009 04:01:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13496&amp;PID=45902&amp;title=office-2007-in-a-dll#45902</guid>
  </item> 
  <item>
   <title><![CDATA[Office 2007 in a DLL :   Simon HB9DRV wrote:In the attached...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13496&amp;PID=45865&amp;title=office-2007-in-a-dll#45865</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1305">Simon HB9DRV</a><br /><strong>Subject:</strong> 13496<br /><strong>Posted:</strong> 25 February 2009 at 10:18am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Simon HB9DRV" alt="Originally posted by Simon HB9DRV" style="vertical-align: text-bottom;" /> <strong>Simon HB9DRV wrote:</strong><br /><br />In the attached picture you see a <FONT color=#333300><strong><EM>Modeless Dialog</EM></strong> </FONT>wich is contained in a <EM><strong>DLL</strong></EM>. I am trying to use 2007 Black in this example. <DIV>&nbsp;</DIV><DIV>The main application skins OK, no problem, it's great :)</DIV><DIV>&nbsp;</DIV><DIV>I have obviously missed a step out - but what?</DIV><UL><LI>Menus :( <LI>The big Tab at the bottom does not show the current selection but does work <LI>Buttons with bitmaps using CXTButton aren't skinning.</LI></UL><P>I'm sure it's just one step :)</td></tr></table> </P><DIV>I guess the question is really - how to correctly skin a Dialog which is inside a DLL - the rest of the app. skins OK.</DIV>]]>
   </description>
   <pubDate>Wed, 25 Feb 2009 10:18:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13496&amp;PID=45865&amp;title=office-2007-in-a-dll#45865</guid>
  </item> 
  <item>
   <title><![CDATA[Office 2007 in a DLL : In the attached picture you see...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13496&amp;PID=45864&amp;title=office-2007-in-a-dll#45864</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1305">Simon HB9DRV</a><br /><strong>Subject:</strong> 13496<br /><strong>Posted:</strong> 25 February 2009 at 10:11am<br /><br />In the attached picture you see a <FONT color=#333300><strong><EM>Modeless Dialog</EM></strong> </FONT>wich is contained in a <EM><strong>DLL</strong></EM>. I am trying to use 2007 Black in this example.<DIV>&nbsp;</DIV><DIV>The main application skins OK, no problem, it's great :)</DIV><DIV>&nbsp;</DIV><DIV>I have obviously missed a step out - but what?</DIV><UL><LI>Menus :(</LI><LI>The big Tab at the bottom does not show the current selection but does work</LI><LI>Buttons with bitmaps using CXTButton aren't skinning.</LI></UL><P>I'm sure it's just one step :)</P><DIV><img src="http://forum.codejock.com/uploads/20090225_101008_Grotty.jpg" border="0"></DIV>]]>
   </description>
   <pubDate>Wed, 25 Feb 2009 10:11:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13496&amp;PID=45864&amp;title=office-2007-in-a-dll#45864</guid>
  </item> 
 </channel>
</rss>