Results 1 to 5 of 5

Thread: Deleteing Registry Files

  1. #1

    Thread Starter
    Member Comglomo's Avatar
    Join Date
    Jul 2003
    Location
    Pittsburgh, PA
    Posts
    51

    Question Deleteing Registry Files

    Hi..
    I was wondering..
    Would it be possible to delete registry files using code? Maybe API?
    And no.. I'm not making a virus.. I know one person who would reply would say that. :-)

  2. #2

  3. #3

    Thread Starter
    Member Comglomo's Avatar
    Join Date
    Jul 2003
    Location
    Pittsburgh, PA
    Posts
    51
    OK.. thanks :-)

  4. #4
    Fanatic Member laserman's Avatar
    Join Date
    Jan 2002
    Location
    Wales U.K
    Posts
    775
    Be careful when dealing with the Registry

    e.g if you saved some colors to the registry you would delete as folows as example

    VB Code:
    1. Deletesetting "MyApp","Colors"
    2.  
    3. 'To delete just an individual setting,also supply the setting name:
    4.  
    5. Deletesetting "MyApp","Colors","Other"
    6.  
    7. 'look at some examples first'

  5. #5
    Hyperactive Member
    Join Date
    Aug 2002
    Posts
    416
    the registry is not a file...... its a large catalog. you can delete keys from the registry..... but there are no files.

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