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

Parse Registry SubKeys in JScript?
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: RE: Parse Registry SubKeys in JScript?
quote:
Originally posted by Shondoit
What do you mean "not needed at all", it does the job doesn't it?
With a detour, yes...
quote:
Originally posted by Shondoit
He got his answer. It doesn't have to be from the API...
You'll learn more from using APIs (if APIs can be used) than anything else. APIs are the stuff under the hood and do not have the limitations which activex objects like that have.
quote:
Originally posted by Shondoit
Personally, I always forget to 'Free' the Dll's I used, and a lot of scripts I looked at forget it too...
You don't need to free system DLLs (as a matter of fact, freeing them will actually not free them at all) (and as another matter of fact, you probably use more memory when you use that activex than when you use the APIs; moreover in Plus! scripting, once you loaded an activex object it stays loaded; eg: try to delete an activex dll after you've loaded it in your script, you wont be able to do it)
quote:
Originally posted by Shondoit
This way is a much cleaner way, because you don't have to use anything external, so it saves from using DataBloc structures (Interop.Allocate)
I don't find that cleaner at all, matter of opinion probably...
quote:
Originally posted by Shondoit
And by the way, these methods use an official Registry control object (StdRegProv)
Which has probably some restrictions too (like every activex) and which on its term uses the APIs anyways. So why use a detour when you can use the stuff you need directly, without any restrictions...

-------------

EDIT
quote:
Originally posted by Shondoit
(btw: I don't have access to the thread you showed... or something like that)
thread reported to be moved from private beta forum to public scripting forum... my bad, sorry

This post was edited on 08-25-2006 at 12:20 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
08-25-2006 12:14 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Parse Registry SubKeys in JScript? - by Jedimark on 08-24-2006 at 05:23 PM
RE: Parse Registry SubKeys in JScript? - by J-Thread on 08-24-2006 at 07:52 PM
RE: Parse Registry SubKeys in JScript? - by Ezra on 08-24-2006 at 10:35 PM
RE: Parse Registry SubKeys in JScript? - by Shondoit on 08-24-2006 at 10:54 PM
RE: Parse Registry SubKeys in JScript? - by CookieRevised on 08-25-2006 at 12:00 AM
RE: Parse Registry SubKeys in JScript? - by Shondoit on 08-25-2006 at 12:09 AM
RE: RE: Parse Registry SubKeys in JScript? - by CookieRevised on 08-25-2006 at 12:14 AM
RE: Parse Registry SubKeys in JScript? - by Shondoit on 08-25-2006 at 12:17 AM
RE: Parse Registry SubKeys in JScript? - by matty on 08-25-2006 at 01:52 AM
RE: Parse Registry SubKeys in JScript? - by -dt- on 08-25-2006 at 04:15 AM
RE: Parse Registry SubKeys in JScript? - by CookieRevised on 08-25-2006 at 03:26 PM
RE: Parse Registry SubKeys in JScript? - by Jedimark on 08-26-2006 at 12:48 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