<?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 : CXTShellTree and TVS_CHECKBOXES?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTShellTree and TVS_CHECKBOXES?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 14 Apr 2026 09:48:55 +0000</pubDate>
  <lastBuildDate>Fri, 10 Dec 2004 14:22:54 +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=1505</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[CXTShellTree and TVS_CHECKBOXES? : I reported this as a bug just...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1505&amp;PID=4348&amp;title=cxtshelltree-and-tvs-checkboxes#4348</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=312">ICBM</a><br /><strong>Subject:</strong> 1505<br /><strong>Posted:</strong> 10 December 2004 at 2:22pm<br /><br /><P>I reported this as a bug just recently, confirmed by codejock. Replace as follows and rebuild the codejock libraries:</P><P><FONT size=2>In&nbsp;XTTreeBase.cpp, replace</FONT></P><FONT size=2><FONT size=2><P>#define TVIS_UNDERLINE 0x1000 </P><P>with</P><FONT size=2><P>#define TVIS_UNDERLINE 0x10000</P><P>Also, unrelated bug that may cause your tree control to not be populated...</P><FONT size=2><P>In CXTShellTreeBase::InitializeTree, replace</P><FONT size=2><P>if (!m_pTreeCtrl-&gt;ModifyStyle(NULL, dwStyle)) {</P><P>return FALSE;</P><P>} </P></FONT><P></FONT></FONT></FONT></FONT>with</P><P><FONT size=2>m_pTreeCtrl-&gt;ModifyStyle(NULL, dwStyle);</P><P>&nbsp;</P></FONT>]]>
   </description>
   <pubDate>Fri, 10 Dec 2004 14:22:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1505&amp;PID=4348&amp;title=cxtshelltree-and-tvs-checkboxes#4348</guid>
  </item> 
  <item>
   <title><![CDATA[CXTShellTree and TVS_CHECKBOXES? : Is the TVS_CHECKBOXES style supported...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1505&amp;PID=4322&amp;title=cxtshelltree-and-tvs-checkboxes#4322</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=874">tomo</a><br /><strong>Subject:</strong> 1505<br /><strong>Posted:</strong> 07 December 2004 at 8:39pm<br /><br />Is the TVS_CHECKBOXES style supported by the CXTShellTree class?&nbsp;Currently the tree view will display correctly until the mouse is movedover the items and then the checkboxes disappear.<br><br>The GUI_Explorer sample can be modified to show the effect...<br><br><span style="font-family: courier new,courier,mono;">&nbsp;if( !m_shellTree.Create(WS_VISIBLE <span style="font-weight: bold;">| TVS_CHECKBOXES</span>, CRect(0,0,0,0), this, IDC_TREE_VIEW))</span><br><br>]]>
   </description>
   <pubDate>Tue, 07 Dec 2004 20:39:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1505&amp;PID=4322&amp;title=cxtshelltree-and-tvs-checkboxes#4322</guid>
  </item> 
 </channel>
</rss>