VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Read and write in the registry

by www.coderhq.com (5 Submissions)
Category: Registry
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Tue 3rd September 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Read and write in the registry

Rate Read and write in the registry




' ~~~~ THIS LINE READS THE VALUE OF THE REGISTRY KEY ~~~~
MsgBox GetSetting("MYAPP", "MYSECTION", "MYKEY", "~NOTHING IS SAVED YET~" & vbCrLf & "~RUN THIS FUNCTION AGAIN~")

' ~~~~ THIS LINE SAVES A VALUE TO THE REGISTRY KEY ~~~~
SaveSetting "MYAPP", "MYSECTION", "MYKEY", "~THIS IS THE DATA THAT WAS SAVED~"

End Sub

Download this snippet    Add to My Saved Code

Read and write in the registry Comments

No comments have been posted about Read and write in the registry. Why not be the first to post a comment about Read and write in the registry.

Post your comment

Subject:
Message:
0/1000 characters