<?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 : Categories</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Categories]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 24 May 2026 11:50:41 +0000</pubDate>
  <lastBuildDate>Fri, 04 Jun 2004 06:42:16 +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=806</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[Categories : Ok, say you add 2 categories,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=806&amp;PID=2143&amp;title=categories#2143</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 806<br /><strong>Posted:</strong> 04 June 2004 at 6:42am<br /><br />Ok, say you add 2 categories, "Application" and "Project," now you wantto find the "Application" category so you can add more items.&nbsp; Trysomething like this:<br><br>&nbsp;&nbsp;&nbsp; Dim Category As PropertyGridItem<br>&nbsp;&nbsp; &nbsp;<br>&nbsp;&nbsp;&nbsp; Set Category = wndPropertyGrid.AddCategory("Application")<br>&nbsp;&nbsp;&nbsp; Category.AddChildItemBinded PropertyItemString, Me, "Namespace"<br>&nbsp;&nbsp;&nbsp; Category.AddChildItemBinded PropertyItemString, Me, "Startup Object"<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set Category = wndPropertyGrid.AddCategory("Project")<br>&nbsp;&nbsp;&nbsp; Category.AddChildItemBinded PropertyItemString, Me, "Application Icon"<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set Category = wndPropertyGrid.FindItem("Application")<br>&nbsp;&nbsp;&nbsp; If Not Category Is Nothing Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Category.AddChildItemBinded PropertyItemString, Me, "Project File"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Category.AddChildItemBinded PropertyItemString, Me, "Project Folder"<br>&nbsp;&nbsp;&nbsp; End If <br><br><img src="http://forum.codejock.com/smileys/smiley1.gif" border="0"><br>]]>
   </description>
   <pubDate>Fri, 04 Jun 2004 06:42:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=806&amp;PID=2143&amp;title=categories#2143</guid>
  </item> 
  <item>
   <title><![CDATA[Categories : Can you please provide an example...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=806&amp;PID=2141&amp;title=categories#2141</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=331">vbuser</a><br /><strong>Subject:</strong> 806<br /><strong>Posted:</strong> 04 June 2004 at 12:54am<br /><br />Can you please provide an <strong>example</strong> in how to look for the category, then assign the object <strong>so that more items can be added to the matching category...</strong> I've tried in many ways and looked at the available help - As usual the HELP on ALL of these components is BAD - Gives only internal references and NO REAL world examples in how to implement it. Thank you!]]>
   </description>
   <pubDate>Fri, 04 Jun 2004 00:54:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=806&amp;PID=2141&amp;title=categories#2141</guid>
  </item> 
  <item>
   <title><![CDATA[Categories : Yes, you will need to use the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=806&amp;PID=2129&amp;title=categories#2129</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 806<br /><strong>Posted:</strong> 03 June 2004 at 6:43am<br /><br />Yes, you will need to use the FindItem method to reference the category you want to add items to.]]>
   </description>
   <pubDate>Thu, 03 Jun 2004 06:43:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=806&amp;PID=2129&amp;title=categories#2129</guid>
  </item> 
  <item>
   <title><![CDATA[Categories : How can I add items and ADD or...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=806&amp;PID=2127&amp;title=categories#2127</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=331">vbuser</a><br /><strong>Subject:</strong> 806<br /><strong>Posted:</strong> 03 June 2004 at 1:59am<br /><br /><P>How can I add items and <strong>ADD</strong> or <strong>USE</strong> categories<strong> previously added</strong> into the control? My application adds Field names from a table, these field names must be loaded to the correct category section of the property grid, the first 3 fields may need to go to CATEGORY A, the next, CATEGORY B, and the next field may need to go to CATEGORY A -&nbsp;If I add the category on every item, (set Category = wndPropertyGrid.AddCategory("Category")&nbsp;I get DUPLICATE categories... How can I accomplish this? Keep in mind that I don't really know how many categories will be loaded into the control until every item is added and analyzed. May be using wndPropertyGrid.FindItem.....????? Thank you!&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 03 Jun 2004 01:59:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=806&amp;PID=2127&amp;title=categories#2127</guid>
  </item> 
 </channel>
</rss>