VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Reads and Writes to the registry without using any API, DLL, OCX!!!

by Nichols Software (5 Submissions)
Category: Registry
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Tue 13th June 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Reads and Writes to the registry without using any API, DLL, OCX!!!

Rate Reads and Writes to the registry without using any API, DLL, OCX!!!



    'Gets from the registry
    Print GetSetting(App.Title, "Startup", "Message", "Hello")
    
    'Saves to the registry
    Text = "Hello again!!!"
    SaveSetting App.Title, "Startup", "Message", Text
    
    'Deletes from the registry
    DeleteSetting App.Title, "Startup", "Message"

Download this snippet    Add to My Saved Code

Reads and Writes to the registry without using any API, DLL, OCX!!! Comments

No comments have been posted about Reads and Writes to the registry without using any API, DLL, OCX!!!. Why not be the first to post a comment about Reads and Writes to the registry without using any API, DLL, OCX!!!.

Post your comment

Subject:
Message:
0/1000 characters