<?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 : using IDs</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : using IDs]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 11:17:29 +0000</pubDate>
  <lastBuildDate>Thu, 05 Jan 2006 07:07:15 +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=3471</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[using IDs : Hi, I coded something like that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3471&amp;PID=10426&amp;title=using-ids#10426</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1709">hlaurent</a><br /><strong>Subject:</strong> 3471<br /><strong>Posted:</strong> 05 January 2006 at 7:07am<br /><br /><P>Hi,</P><P>I coded something like that :</P><P>CXTPPropertyGrid m_wndPropertyGrid;</P><P>/* ... */</P><P>CString cs;<BR>cs.Format("TopItem");<BR>CXTPPropertyGridItem* pTop = m_wndPropertyGrid.AddCategory(cs);<BR>pTop-&gt;SetID(1);<BR>cs.Format("A Child");<BR>CXTPPropertyGridItem* pChild = pTop-&gt;AddChildItem(new CXTPPropertyGridItem(cs));<BR>pChild-&gt;SetID(2);</P><P>&nbsp;</P><P>But when I try to expand "A Child", the Application crashes. I have to code :</P><P>pTop-&gt;SetID(0);<BR></P><P>... and then it works.</P><P>&nbsp;</P><P>Is there something particular to know if using IDs when adding an object as category ?</P>]]>
   </description>
   <pubDate>Thu, 05 Jan 2006 07:07:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3471&amp;PID=10426&amp;title=using-ids#10426</guid>
  </item> 
 </channel>
</rss>