View Single Post
Old Jul 3rd, 2005, 9:02 AM   #2
mackenga
Professional Programmer
 
Join Date: Mar 2005
Location: Glasgow, Scotland
Posts: 317
Rep Power: 4 mackenga is on a distinguished road
I'm not sure how you're dumping the list of registry contents. You can get regedit to emit such a list I believe, but if your program wants to do it there must be a better way. I'm not a Windows man really so I can't help you much there.

Once you have a list of registry entries, parsing it is really just like any other string manipulation; you pluck out what's there by checking what's in the string where and taking the appropriate substrings. If you're having trouble with this you need an introduction to string manipulation and string handling in general.
mackenga is offline   Reply With Quote