To get a String Value from the Registry
To get a String Value from the Registry
Rate To get a String Value from the Registry
(2(2 Vote))
With c
.ClassKey = HKEY_LOCAL_MACHINE
.SectionKey = "Software\MyApp\Tips"
.ValueKey = "Tip1"
.ValueType = REG_SZ
sTip = .Value
End With
To get a String Value from the Registry Comments
No comments yet — be the first to post one!
Post a Comment