Read Full Registry - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Read Full Registry (/showthread.php?tid=62003) Read Full Registry by Rene on 06-29-2006 at 10:28 AM
Hi, RE: Read Full Registry by absorbation on 06-29-2006 at 10:30 AM Hello there . I found this page yesterday which basiclly should sum up using the registry in JScript . RE: Read Full Registry by Ezra on 06-29-2006 at 10:37 AM
quote: Sure that gives one specified value, but he want's to get all the values from one key. RE: Read Full Registry by Rene on 06-29-2006 at 10:39 AM
I know How to do read and Write, but is it possible to let an script reading the Registry folder en set al the value's into an array. RE: Read Full Registry by CookieRevised on 06-29-2006 at 10:40 AM
quote:that wont help. The registry activex object is very very limited. It can not be used for what Rene wants. RegWrite, RegRead and RegDelete are the only ones that JScript knows and those methods are very, and I mean very, limited. eg:
To do more than simple reading a known value, you need to revert to the registry Windows APIs and enumeration. @Rene Can't you just simply export that registry map within Windows registry editor? What's the purpose of your request? RE: RE: Read Full Registry by Rene on 06-29-2006 at 10:50 AM
quote: quote: No, i need it for an List view, and DataBlocks i don't know realy. RE: RE: RE: Read Full Registry by J-Thread on 06-29-2006 at 10:55 AM
quote:Next time click the link that Cookie posted!! RE: Read Full Registry by Mr. Bougo on 06-29-2006 at 11:33 AM And if he calls his registry values 1, 2, 3 etc and adds a value with the total number of values in the key, then use a for loop to read them all and store them in an array? RE: Read Full Registry by matty on 06-29-2006 at 01:16 PM I am actally working on this for my registry module that I have going. If I make any headway or if I can get it working I will PM you. |