What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Registry Class

Registry Class
Author: Message:
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: Registry Class
quote:
Originally posted by LifelesS
btw, what do u mean by restrictive?

IIRC there was a limit of some kind, can't remember exactly.

And Matty's script allows Enumeration of keys.

quote:
Originally posted by LifelesS
I just see a lot of this

That's probably because your browser can't figure out that the file encoding is UCS2-LE (UTF16-LE)

EDIT: Searching the forums I found at least one thing:
quote:
Originally posted by J-Thread
Tip
RegWrite will write at most one DWORD to a REG_BINARY value. Larger values are not supported with this method.

EDIT2: Found some more:
quote:
Originally posted by CookieRevised
RegWrite, RegRead and RegDelete are the only ones that JScript knows and those methods are very, and I mean very, limited.

eg:

    * You can not check if a registry key exists or not with RegRead; it will produce an error. => can be worked around using error checking.
    * You can not write bigger values than a DWORD to a binary registry value (this means no binary data strings for example)
    * You can not write a REG_MULTI_SZ value with RegWrite
    * You can not enumerate registry keys
    * and the list goes on...

This post was edited on 08-03-2007 at 08:05 PM by Ezra.
[Image: 1-0.png]
             
08-03-2007 07:28 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Registry Class - by LifelesS on 08-03-2007 at 07:01 PM
RE: Registry Class - by Ezra on 08-03-2007 at 07:17 PM
RE: Registry Class - by LifelesS on 08-03-2007 at 07:19 PM
RE: Registry Class - by Ezra on 08-03-2007 at 07:21 PM
RE: Registry Class - by LifelesS on 08-03-2007 at 07:23 PM
RE: Registry Class - by Ezra on 08-03-2007 at 07:28 PM
RE: RE: Registry Class - by LifelesS on 08-03-2007 at 07:34 PM
RE: Registry Class - by matty on 08-03-2007 at 08:16 PM
RE: RE: Registry Class - by LifelesS on 08-03-2007 at 08:19 PM
RE: Registry Class - by matty on 08-03-2007 at 08:23 PM
RE: Registry Class - by LifelesS on 08-03-2007 at 08:53 PM
RE: Registry Class - by Ezra on 08-03-2007 at 10:41 PM
RE: RE: Registry Class - by LifelesS on 08-03-2007 at 10:47 PM
RE: Registry Class - by matty on 08-04-2007 at 12:19 AM
RE: RE: Registry Class - by LifelesS on 08-04-2007 at 12:36 AM
RE: Registry Class - by matty on 08-04-2007 at 12:42 AM
RE: Registry Class - by Matti on 08-04-2007 at 11:27 AM
RE: Registry Class - by matty on 08-04-2007 at 12:02 PM
RE: Registry Class - by -dt- on 08-04-2007 at 12:16 PM
RE: Registry Class - by ShawnZ on 08-04-2007 at 12:18 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On