|
-
June 19th, 2000, 09:13 PM
#1
editing the registry
How do I edit the registry. I'm learning by the seat of my pants. I took a sub routine from the ILOVEYOU virus to edit the registry but it only create strings.
Private Sub regcreate(regkey, regvalue)
Set regedit = CreateObject("WScript.Shell")
regedit.regwrite regkey, regvalue
End Sub
I'm using Visual Studio 6. Any info would be great. Please email [email protected].
Thanks in advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|