<?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 : CXTPPropertyPageTreeNavigator Class</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPPropertyPageTreeNavigator Class]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 17:24:21 +0000</pubDate>
  <lastBuildDate>Wed, 21 May 2008 11:18:11 +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=10690</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[CXTPPropertyPageTreeNavigator Class : Thanks again Oleg,     I finally...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10690&amp;PID=35546&amp;title=cxtppropertypagetreenavigator-class#35546</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4027">grace</a><br /><strong>Subject:</strong> 10690<br /><strong>Posted:</strong> 21 May 2008 at 11:18am<br /><br />Thanks again Oleg, <DIV></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>I finally have this resolved.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 21 May 2008 11:18:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10690&amp;PID=35546&amp;title=cxtppropertypagetreenavigator-class#35546</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyPageTreeNavigator Class : Hi Oleg,  Still no luck.  Thank...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10690&amp;PID=35540&amp;title=cxtppropertypagetreenavigator-class#35540</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4027">grace</a><br /><strong>Subject:</strong> 10690<br /><strong>Posted:</strong> 21 May 2008 at 9:16am<br /><br />Hi Oleg,<DIV>&nbsp;</DIV><DIV>Still no luck.</DIV><DIV>&nbsp;</DIV><DIV>Thank you for your help.&nbsp; Here is the project</DIV><DIV>&nbsp;</DIV><DIV><a href="https://forum.codejock.com/uploads/20080521_091604_proptest.zip" target="_blank">uploads/20080521_091604_proptest.zip</A></DIV>]]>
   </description>
   <pubDate>Wed, 21 May 2008 09:16:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10690&amp;PID=35540&amp;title=cxtppropertypagetreenavigator-class#35540</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyPageTreeNavigator Class : I guess problem with Bitmaps.  You...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10690&amp;PID=35505&amp;title=cxtppropertypagetreenavigator-class#35505</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10690<br /><strong>Posted:</strong> 21 May 2008 at 1:26am<br /><br />I guess problem with Bitmaps.<DIV>&nbsp;</DIV><DIV>You have ILC_COLOR32 but add them with black mask.</DIV><DIV>&nbsp;</DIV><DIV>try to change it </DIV><DIV>m_ImageList.Add( &amp;bmp, NULL); or use ILC_COLOR24|ILC_MASK</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>if it will not help attach whole changed project with bitmaps and code.</DIV>]]>
   </description>
   <pubDate>Wed, 21 May 2008 01:26:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10690&amp;PID=35505&amp;title=cxtppropertypagetreenavigator-class#35505</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyPageTreeNavigator Class :  Using the CodeJock Property...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10690&amp;PID=35485&amp;title=cxtppropertypagetreenavigator-class#35485</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4027">grace</a><br /><strong>Subject:</strong> 10690<br /><strong>Posted:</strong> 20 May 2008 at 3:11pm<br /><br /><FONT size=2><DIV>Using the CodeJock Property Sheet example:</DIV><DIV>&nbsp;</DIV><DIV>In CreateTree() I added </DIV><DIV>&nbsp;</DIV><DIV>CImageList m_ImageList;</DIV><P>CBitmap bmp;</P><P>m_ImageList.Create(16,16, ILC_COLOR32,1, 2 );</P><P>bmp.DeleteObject();</P><P>bmp.LoadBitmap( IDB_BITMAP1);</P><P>m_ImageList.Add( &amp;bmp, RGB(0,0,0));</P><P>bmp.DeleteObject();</P><P>bmp.LoadBitmap( IDB_BITMAP2);</P><P>m_ImageList.Add( &amp;bmp, RGB(0,0,0));</P><P>SetImageList(&amp;m_ImageList, TVSIL_NORMAL);</P><DIV></DIV><DIV></DIV><FONT size=2><P>HTREEITEM hItemGeneral = InsertItem( TVIF_TEXT | TVIF_IMAGE | TVIF_SELECTEDIMAGE,_T(</FONT><FONT color=#a31515 size=2>"General"</FONT><FONT size=2>),1,1,0,0,0,0,0);</P><DIV></DIV><DIV></DIV>I also created an insert structure for the insert item as well but that does not work either.<DIV></DIV></FONT><DIV></DIV><DIV></DIV></FONT>]]>
   </description>
   <pubDate>Tue, 20 May 2008 15:11:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10690&amp;PID=35485&amp;title=cxtppropertypagetreenavigator-class#35485</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyPageTreeNavigator Class : Hello, ok, show all related code....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10690&amp;PID=35477&amp;title=cxtppropertypagetreenavigator-class#35477</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10690<br /><strong>Posted:</strong> 20 May 2008 at 1:21pm<br /><br />Hello,<DIV>ok, show all related code.</DIV>]]>
   </description>
   <pubDate>Tue, 20 May 2008 13:21:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10690&amp;PID=35477&amp;title=cxtppropertypagetreenavigator-class#35477</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyPageTreeNavigator Class : Spy++ has shown no differences.........]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10690&amp;PID=35473&amp;title=cxtppropertypagetreenavigator-class#35473</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4027">grace</a><br /><strong>Subject:</strong> 10690<br /><strong>Posted:</strong> 20 May 2008 at 11:26am<br /><br />Spy++ has shown no differences......]]>
   </description>
   <pubDate>Tue, 20 May 2008 11:26:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10690&amp;PID=35473&amp;title=cxtppropertypagetreenavigator-class#35473</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyPageTreeNavigator Class : Hi,  Check in Spy+ if your tree...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10690&amp;PID=35443&amp;title=cxtppropertypagetreenavigator-class#35443</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10690<br /><strong>Posted:</strong> 20 May 2008 at 12:47am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Check in Spy+ if your tree has same styles as test tree.</DIV>]]>
   </description>
   <pubDate>Tue, 20 May 2008 00:47:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10690&amp;PID=35443&amp;title=cxtppropertypagetreenavigator-class#35443</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyPageTreeNavigator Class :  I am trying to implement an...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10690&amp;PID=35427&amp;title=cxtppropertypagetreenavigator-class#35427</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4027">grace</a><br /><strong>Subject:</strong> 10690<br /><strong>Posted:</strong> 19 May 2008 at 2:53pm<br /><br /><P>&nbsp;</P><P>I am trying to implement an image list in the tree navigator.&nbsp;&nbsp;&nbsp; I have created the image list, added the bitmaps and set the image list but when I reference the images in the insertitem statement.&nbsp; All I get is a blank space where the image should be.&nbsp; I have verified that the bitmaps will work in another tree.&nbsp; Has anyone been successful with this?</P><DIV></DIV>]]>
   </description>
   <pubDate>Mon, 19 May 2008 14:53:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10690&amp;PID=35427&amp;title=cxtppropertypagetreenavigator-class#35427</guid>
  </item> 
 </channel>
</rss>