VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



To get a String Value from the Registry

by Angsuman Banerji (23 Submissions)
Category: Registry
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 4th January 2008
Date Added: Mon 8th February 2021
Rating: (1 Votes)

To get a String Value from the Registry

Rate To get a String Value from the Registry



    With c 
        .ClassKey = HKEY_LOCAL_MACHINE 
        .SectionKey = "Software\MyApp\Tips" 
        .ValueKey = "Tip1" 
        .ValueType = REG_SZ 
        sTip = .Value 
    End With 


Download this snippet    Add to My Saved Code

To get a String Value from the Registry Comments

No comments have been posted about To get a String Value from the Registry. Why not be the first to post a comment about To get a String Value from the Registry.

Post your comment

Subject:
Message:
0/1000 characters