Normal
Hi,here is an example for loading settings from the config:Settings.cs - jabber-mp - Google Codeand here is one for writing settings to the config:Settings.cs - jabber-mp - Google CodeThere are some more methods besides SetValue() for datatypes other than string, the code hinting of your IDE should point them out.To encrypt a string (passwords for example) have a look at this:Settings.cs - jabber-mp - Google Codeand to decrypt at this:Settings.cs - jabber-mp - Google CodeHope that helps,Shukuyen.
Hi,
here is an example for loading settings from the config:
Settings.cs - jabber-mp - Google Code
and here is one for writing settings to the config:
There are some more methods besides SetValue() for datatypes other than string, the code hinting of your IDE should point them out.
To encrypt a string (passwords for example) have a look at this:
and to decrypt at this:
Hope that helps,
Shukuyen.