<?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 : Folder browse butt&#111;n in Grid?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Folder browse butt&#111;n in Grid?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 17:54:18 +0000</pubDate>
  <lastBuildDate>Wed, 25 Jan 2006 09:33:44 +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=3554</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[Folder browse butt&#111;n in Grid? : Just code from sample: (Actually...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3554&amp;PID=10684&amp;title=folder-browse-button-in-grid#10684</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3554<br /><strong>Posted:</strong> 25 January 2006 at 9:33am<br /><br /><P>Just code from sample: (Actually why nobody&nbsp;check them???)</P><P>...</P><P>&nbsp;&nbsp;&nbsp; Set ItemDirectory = Category.AddChildItem(PropertyItemString, "Directory", "C:\")<BR>&nbsp;&nbsp;&nbsp; ItemDirectory.Flags = ItemHasEdit + ItemHasExpandButton<BR>&nbsp;&nbsp;&nbsp; ItemDirectory.Id = ITEM_DIRECTORY<BR>&nbsp;</P><P>...</P><P>Private Sub wndPropertyGrid_InplaceButtonDown(ByVal Item As XtremePropertyGrid.IPropertyGridItem)<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Debug.Print "Inplace button down. Item.Caption = "; Item.Caption<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; If Item.Id = ITEM_DIRECTORY Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim Shell As Object<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim FolderItems As Object<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim FolderItem As Object<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Shell = CreateObject("Shell.Application")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set FolderItems = Shell.BrowseForFolder(Form1.hWnd, "Directories", 0, "c:\")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Not (FolderItems Is Nothing) Then<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; Set FolderItem = FolderItems.Items.Item<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; Item = FolderItem.Path<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Shell = Nothing<BR>&nbsp;&nbsp;&nbsp; End If<BR>End Sub<BR>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 25 Jan 2006 09:33:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3554&amp;PID=10684&amp;title=folder-browse-button-in-grid#10684</guid>
  </item> 
  <item>
   <title><![CDATA[Folder browse butt&#111;n in Grid? : Is it possible to have a folder...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3554&amp;PID=10666&amp;title=folder-browse-button-in-grid#10666</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1549">Shawshank</a><br /><strong>Subject:</strong> 3554<br /><strong>Posted:</strong> 24 January 2006 at 7:16pm<br /><br /><P>Is it possible to have a folder browse button as a PropertyItemType? Much like the browse works for fonts or colors in the Grid --except I want a folder browse. Is this possible?</P>]]>
   </description>
   <pubDate>Tue, 24 Jan 2006 19:16:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3554&amp;PID=10666&amp;title=folder-browse-button-in-grid#10666</guid>
  </item> 
 </channel>
</rss>