CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 1999
    Posts
    24

    Not really VB but I'm sure somebody will know this one

    Lets say there is a registry setting:
    HKEY_CLASSES_ROOT\subone\subtwo\subthree
    This has a value name "Default" with value data "%1" %*

    and I want to change it to something like
    HKEY_CLASSES_ROOT\subone\subtwo\subthree
    With has a value name "Default" with value data "%1" %* "test"

    How would i be doing then with a normal *.reg file.
    So I'm asking for the ASCII stuff inside the regfile wich would make these changes..

    thanx


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Not really VB but I'm sure somebody will know this one

    start regedit, go to the desired key and select it.
    select export from the file menu and look at the ascii text of the reg file.
    modify that and reimport it.


  3. #3
    Join Date
    Sep 1999
    Posts
    24

    Re: Not really VB but I'm sure somebody will know this one

    cheers.....


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured