What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Windows registry: how hard can it be...

Windows registry: how hard can it be...
Author: Message:
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
O.P. RE: Windows registry: how hard can it be...
I made the changes, and it still won't work.

I can't remember if I mentioned exactly what the problem is: the code cannot open the registry, let alone read it.
code:
{
    bool retValue = TRUE;
    long retCode = 0;
    HKEY regKey;
    unsigned long *szType = 0, *szSize = 0;
    unsigned char *szValue = 0;

    retCode = RegOpenKeyEx(HKEY_LOCAL_MACHINE, "SOFTWARE/Patchou/MsgPlus2",
        0, KEY_QUERY_VALUE, &regKey);
    ...
}

It is this section: got to be really.

This post was edited on 11-20-2003 at 02:26 PM by RaceProUK.
[Image: spartaafk.png]
11-20-2003 02:24 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Windows registry: how hard can it be... - by RaceProUK on 11-19-2003 at 11:31 PM
RE: Windows registry: how hard can it be... - by chris on 11-20-2003 at 01:52 PM
RE: Windows registry: how hard can it be... - by RaceProUK on 11-20-2003 at 02:24 PM
RE: Windows registry: how hard can it be... - by Hah on 11-20-2003 at 09:18 PM
RE: Windows registry: how hard can it be... - by optimism_ on 11-21-2003 at 02:03 AM
RE: Windows registry: how hard can it be... - by chris on 11-21-2003 at 04:10 AM
RE: Windows registry: how hard can it be... - by WDZ on 11-21-2003 at 04:52 AM
RE: Windows registry: how hard can it be... - by RaceProUK on 11-21-2003 at 03:22 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