'This data is stored in a binary format, so we have to read the binary data into
'a byte array and build it into strings.
'As with all of my submissions, I have utilized code found on PSC and elsewhere
'for various functions, but the rest was written by me.
'Special thanks to Kegham, whose Winstartup 2004 project had some valuable code
'for enumerating and walking through registry keys and for some treeview pointers
'and to MrBoBo who also had some very useful code for the registry
'also to David Sykes for his XP style module that i have implemented in all
'of my projects for that XP Look
'once the key values are loaded into the list, pressing delete will delete the selected
'entry from the registry.
'
This file came from Planet-Source-Code.com...the home millions of lines of source code
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
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.