<?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 : HtmlHelp issue and solution</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : HtmlHelp issue and solution]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 10:39:09 +0000</pubDate>
  <lastBuildDate>Sat, 10 May 2008 04:43:31 +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=10574</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[HtmlHelp issue and solution : Hi,  Just curious, why you had...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10574&amp;PID=35055&amp;title=htmlhelp-issue-and-solution#35055</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10574<br /><strong>Posted:</strong> 10 May 2008 at 4:43am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Just curious, why you had SetAutoApplyNewThreads(FALSE) ?</DIV>]]>
   </description>
   <pubDate>Sat, 10 May 2008 04:43:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10574&amp;PID=35055&amp;title=htmlhelp-issue-and-solution#35055</guid>
  </item> 
  <item>
   <title><![CDATA[HtmlHelp issue and solution : Just sharing a problem and the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10574&amp;PID=35040&amp;title=htmlhelp-issue-and-solution#35040</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2992">Joe19</a><br /><strong>Subject:</strong> 10574<br /><strong>Posted:</strong> 09 May 2008 at 12:44pm<br /><br />Just sharing a problem and the solution I wasted a few hours figuring out.<DIV>&nbsp;</DIV><DIV>When using HtmlHelp and XTPSkinManager I got strange looking coloring on the help window.&nbsp; It turns out that when creating the HTMLHelp window a thread is used.&nbsp; If you have </DIV><DIV>&nbsp;</DIV><DIV>XTPSkinManager()-&gt;SetAutoApplyNewThreads(FALSE);</DIV><DIV>&nbsp;</DIV><DIV>set, then some of the controls in the help window will be skinned, other parts will not.&nbsp; The workaround is simple:</DIV><DIV>&nbsp;</DIV><DIV>BOOL bAuto = XTPSkinManager()-&gt;GetAutoApplyNewThreads();<BR>XTPSkinManager()-&gt;SetAutoApplyNewThreads(TRUE);<BR>HtmlHelp(0, HH_DISPLAY_TOPIC);<BR>if (!bAuto)<BR>&nbsp;&nbsp; XTPSkinManager()-&gt;SetAutoApplyNewThreads(FALSE);<BR></DIV>]]>
   </description>
   <pubDate>Fri, 09 May 2008 12:44:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10574&amp;PID=35040&amp;title=htmlhelp-issue-and-solution#35040</guid>
  </item> 
 </channel>
</rss>