Re: Rick Francken...Registry problems...

From: Benny (benny_at_boeskovdata.dk)
Date: 03/17/05

  • Next message: hafezrabbani_at_gmail.com: "Re: DBgrid and Mouse Wheel"
    Date: Thu, 17 Mar 2005 20:02:22 +0100
    
    

    Rick Francken wrote:
    > Try passing the keyname argument without the '\' in front of Software.
    >
    > var
    > reg: TRegistry;
    > begin
    > reg:= TRegistry.Create;
    > try
    > reg.RootKey:= HKEY_CURRENT_USER;
    > if reg.SaveKey('Software\Microsoft\Internet Account
    > Manager\Accounts\00000001',
    > 'TestRegFile.tst') then
    > begin
    > ShowMessage('Done');
    > end;
    > finally
    > reg.Free;
    > end;
    > end;
    >
    >
    >
    >>Ups, Sorry - New code. But it's still not working. I'm getting an empty
    >>file in my application dir called 'TestFileReg.tst...Please help...
    >
    >
    >> if S.SaveKey('\Software\Microsoft\Internet Account
    >>Manager\Accounts\00000001','TestRegFile.tst') then
    >>
    >
    >
    >

    I didn't help. It creates an empty file. Even if i delete the file it
    just makes a new empty one...


  • Next message: hafezrabbani_at_gmail.com: "Re: DBgrid and Mouse Wheel"

    Relevant Pages

    • [NEWS] Serious Vulnerabilities Found in Rediffmail.com Web Mail Service (CSS)
      ... has been found to not properly filter out HTML and JavaScript ... var sessionid, login, ifs, ife, link, version; ... 'oldpassdb' contains the encoded/encrypted form of the ... a Rediff.com account with the following user ids: ...
      (Securiteam)
    • Re: use of var
      ... campatibility with PHP4 objects to take into account though, so 'var' is still processed correctly. ...
      (comp.lang.php)
    • RE: Linq Question
      ... var superSaverAccount=(from account in accounts ... Suppose I have the below collection of account object and I want to select a ... single account with the largest savings. ...
      (microsoft.public.dotnet.languages.csharp)
    • Re: use of var
      ... It is a word like obsolete or outdated. ... I just went through a bunch of classes to make sure I used Var to pre-type my variables. ... campatibility with PHP4 objects to take into account though, so 'var' is still processed correctly. ... Rik Wasmus ...
      (comp.lang.php)