quote:
Originally posted by Dempsey
use can use code:
GetSetting ( AppName As String,Section As String,Key As String, [Default]) As String
and code:
SaveSetting ( AppName As String,Section As String) As String
Wouldn't i need to declare anything if using this method?
quote:
Originally posted by raceprouk
But with those you don't really have much control.
If you want more control, use RegOpenKey(), RegCreateKey(), RegQueryValueEx(), RegSetValueEx(), and RegCloseKey().
What functionality do these ones provide that Dempsey's don't. I just want very basics for now.