VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



You can read the registry, Set the registry, and even delete files in registry in 1 very simple ste

by David Wilson (1 Submission)
Category: Registry
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Sat 2nd December 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

You can read the registry, Set the registry, and even delete files in registry in 1 very simple step...

Rate You can read the registry, Set the registry, and even delete files in registry in 1 very simple ste




SaveSetting "Name of appliction", "Local Folder", "String Name", "Infomation to store"

'This deletes the setting you created. (HKEY_CURRENT_USER\SOFTWARE\VB & VBA PROGRAM SETTINGS\Your Application name)

DeleteSetting ("Name of appliction", "Local Folder", "String Name")

'This one Gets the information for use in your program HKEY_CURRENT_USER\SOFTWARE\VB & VBA PROGRAM SETTINGS\Your Application name)

GetSetting ("Name of appliction", "Local Folder", "String Name")

David Wilson (Willow Seven)


Download this snippet    Add to My Saved Code

You can read the registry, Set the registry, and even delete files in registry in 1 very simple ste Comments

No comments have been posted about You can read the registry, Set the registry, and even delete files in registry in 1 very simple ste. Why not be the first to post a comment about You can read the registry, Set the registry, and even delete files in registry in 1 very simple ste.

Post your comment

Subject:
Message:
0/1000 characters