Reply to thread

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:

Settings.cs - jabber-mp - Google Code


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:

Settings.cs - jabber-mp - Google Code


and to decrypt at this:

Settings.cs - jabber-mp - Google Code


Hope that helps,

Shukuyen.


Top Bottom