home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 3_2004-2005.ISO / Data / Zips / RecentDocL18341012282004.psc / @PSC_ReadMe_56223_1.txt next >
Text File  |  2004-12-28  |  1KB  |  24 lines

  1. Title: RecentDocList Retriever
  2. Description: Updated 12/28/2004
  3. Added the ability to delete all values in a selected node.
  4. Also added the typedURLs key and runMRU key
  5. 'This Program will read the Recent Doc List located in the registry at:
  6. 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs
  7. 'This data is stored in a binary format, so we have to read the binary data into
  8. 'a byte array and build it into strings.
  9. 'As with all of my submissions, I have utilized code found on PSC and elsewhere
  10. 'for various functions, but the rest was written by me.
  11. 'Special thanks to Kegham, whose Winstartup 2004 project had some valuable code
  12. 'for enumerating and walking through registry keys and for some treeview pointers
  13. 'and to MrBoBo who also had some very useful code for the registry
  14. 'also to David Sykes for his XP style module that i have implemented in all
  15. 'of my projects for that XP Look
  16. 'once the key values are loaded into the list, pressing delete will delete the selected
  17. 'entry from the registry.
  18. '
  19.  
  20. This file came from Planet-Source-Code.com...the home millions of lines of source code
  21. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=56223&lngWId=1
  22.  
  23. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  24.