Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Code by peter-rachow.de : Registry handling (C) Peter Rachow

0 views
Skip to first unread message

VB-Stuff

unread,
Feb 13, 2011, 5:20:03 PM2/13/11
to
Global Const APPNAME = ´"MyProgram"

[...]

Function RegistryRead$(strSect$, strKey$)

RegistryRead = GetSetting(APPNAME, strSect, strKey, "")

End Function
Sub RegistryWrite(strSection$, strKey$, strEntry$)

SaveSetting APPNAME, strSection, strKey, strEntry

End Sub


(C) Peter Rachow


0 new messages