Results 1 to 2 of 2

Thread: Delete File From Reg

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2004
    Posts
    1,202

    Delete File From Reg

    Hello,

    i have a problem the following code saves to the registery.

    Code Code:
    1. Private Sub cmdRegister_Click()
    2. If Len(txtRegister.Text) > 25 Then
    3. If fnCheckRegistration(txtRegister.Text) = True Then
    4.     fnDoRegister "SOFTWARE\ProductRecovery\PRK", txtRegister.Text
    5.     frmMain.Show
    6.     Unload Me
    7. Else
    8.     frmMessage.Show vbModal
    9.     Registered = False
    10. End If
    11. Else
    12.     frmMessage.Show
    13. End If
    14. End Sub

    i was woundering if anyone can tell me how to delete it from the registry by clicking a command button?.
    come back and mark your original post as resoved if your problem is fixed

    Jamie Garland

  2. #2

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