Results 1 to 2 of 2

Thread: Registry help

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2001
    Location
    Canada
    Posts
    86

    Resolved Registry help

    How do I:
    "DeleteSetting App.Title, [Section]"

    I want to Delete a whole section and all the Keys in it.
    But DeleteSetting makes you specify a [key].

    the Problem is I dont know the name of all the Keys Under this Section So bascially want to either delete them all or Loop though them and Delete them.

    Any Suggestions? I'm using Vb6.0 WinXP

    Thanks.
    Last edited by Adamas; Sep 14th, 2005 at 03:23 AM.

  2. #2
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Registry help

    The key is not required, you could use...

    VB Code:
    1. "DeleteSetting App.Title, [Section]"
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

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