matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
RE: Settings Manager
code: function OnEvent_Initialize(MessengerStart){
var aKeys = new Array();
aKeys = EnumRegistryKeys(HKEY_CURRENT_USER, 'Software\\Patchou\\Messenger Plus! Live\\GlobalSettings\\Scripts');
for (var i in aKeys){
Debug.Trace(aKeys[i]);
}
}
Attachment: _registry.zip (1.71 KB)
This file has been downloaded 1049 time(s).
This post was edited on 10-05-2006 at 06:36 PM by matty.
|
|