A
anbeyon
Hi All,
I am trying to use the OpenNETCF.VisualBasic.Interaction.SaveSetting /
GetSetting methods.
The SaveSetting works fine - I can see that data in my CE device
registry but the GetSetting method always returns a
string = Nothing
Here is what I'm doing.....
' this works
SaveSetting("MYAPP", "CONFIG", "INPUT", iSetup.ToString)
' sInput is always = Nothing
sInput = GetSetting("MYAPP", "CONFIG", "INPUT", "0")
Has anyone used these methods ?
Thanks
Anbeyon
I am trying to use the OpenNETCF.VisualBasic.Interaction.SaveSetting /
GetSetting methods.
The SaveSetting works fine - I can see that data in my CE device
registry but the GetSetting method always returns a
string = Nothing
Here is what I'm doing.....
' this works
SaveSetting("MYAPP", "CONFIG", "INPUT", iSetup.ToString)
' sInput is always = Nothing
sInput = GetSetting("MYAPP", "CONFIG", "INPUT", "0")
Has anyone used these methods ?
Thanks
Anbeyon