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