Results 1 to 4 of 4

Thread: Need help in registry

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2004
    Posts
    3

    Cool Need help in registry

    I'm doing a project using visual basic (6.0). it needs to delete a records from the registry. The registry path is:
    "My Computer\HKEY_CLASSES_ROOT\CLSID\{999999-999999-999}\{aa}\{bb}\{cc}"
    where {} is the ,value name(key) and value data(value).

    The problem is that I want to
    1. delete from the registry the part:"{999999-999999-999}\{aa}\{bb}\{cc}"
    2. correct (rename) the registry data as follow:
    {aa} = {dd}
    {bb} = {ee}
    {cc} = {ff}

    Even I know savesetting and getsetting but I could not do anything with my problem since I need to start from the root:"My Computer\HKEY_CLASSES_ROOT" unlike the savesetting and getsetting which dont start by "My Computer\HKEY_CLASSES_ROOT"
    I hope my problems find a complete solution and thanx again for your interest>>>

  2. #2
    Frenzied Member Shawn N's Avatar
    Join Date
    Dec 2001
    Location
    Houston
    Posts
    1,631
    Why not

    [list=1][*]Get the they key, data, & information value[*]Delete that entry[*]Update the received information[*]Write it to the registry[/list=1]

    That seems simple enough.
    Please rate my post.

  3. #3
    Frenzied Member dis1411's Avatar
    Join Date
    Mar 2001
    Posts
    1,048
    this module will allow you work with the registry

    scroll to the bottom to see some example uses
    Attached Files Attached Files

  4. #4

    Thread Starter
    New Member
    Join Date
    Apr 2004
    Posts
    3

    Solved

    Thanx, my problem has been solved,
    thank to you again for your help

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