quote:
Originally posted by The_Joker
This script is completely different from the one mentioned here.
Dunno if ur script work, as I said before I can't check it now.
I prefer something simple and easy...
Ne1 know how to fix the ReadRegistry function?
How is my script different? You are trying to use an ActiveXObject to read the registry. I am using the Windows API to read the registry. I don't see how this is different at all in any way, aside from mione providing more control; longer code; and using more memory.
code:
var sReturnValue = GetStringValue(HKEY_CURRENT_USER, 'Software\\Patchou\\Messenger Plus! Live', 'DefaultUser');
Debug.Trace('sReturnValue: '+sReturnValue);
Again I don't see how they differ at all.