<?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 : Pinnable RecentFileList</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Pinnable RecentFileList]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 23:23:34 +0000</pubDate>
  <lastBuildDate>Mon, 17 Aug 2009 10:02:23 +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=14986</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[Pinnable RecentFileList : Hello, new CommandBars contains...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14986&amp;PID=52067&amp;title=pinnable-recentfilelist#52067</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2720">Albert1</a><br /><strong>Subject:</strong> 14986<br /><strong>Posted:</strong> 17 August 2009 at 10:02am<br /><br /><P>Hello,</P><DIV>new CommandBars contains a new great option: the RecentFileList. I am translating&nbsp;my old code to use with new feature but I am not able to get the whole steps.</DIV><DIV>&nbsp;</DIV><DIV>I can add a file into&nbsp;MRU:</DIV><DIV><table width="99%"><tr><td><pre class="BBcode">CommandBars.RecentFileList.Add "C:\Untitled.txt"</pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>I can remove from the MRU:</DIV><DIV><table width="99%"><tr><td><pre class="BBcode">CommandBars.RecentFileList.Remove(1)</pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>I can get the number of items:</DIV><DIV><table width="99%"><tr><td><pre class="BBcode">CommandBars.RecentFileList.Count</pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>and I can access the single element of the collection (even in reverse order!!! imho)</DIV><DIV><table width="99%"><tr><td><pre class="BBcode">CommandBars.RecentFileList.Item(2)</pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>This way I can Save/Load MRU To/From the registry.</DIV><DIV>&nbsp;</DIV><DIV>But, how can I access the status of the Pinnable property? I would like (and expect from CJ) to get a code like this (or sort of):</DIV><DIV><table width="99%"><tr><td><pre class="BBcode">Commandbars.RecentFileList.Item(2).FileName<BR>Commandbars.RecentFileList.Item(2).Pinned</pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>Is there a way to get/set this properties?</DIV><DIV>Thank you</DIV><DIV>Alberto</DIV>]]>
   </description>
   <pubDate>Mon, 17 Aug 2009 10:02:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14986&amp;PID=52067&amp;title=pinnable-recentfilelist#52067</guid>
  </item> 
 </channel>
</rss>