How could i make an configuration file for my app in the File.DirInternal directory.
and change a value when the user change a thing in the gui.
some windows apps used to save their configuration in a ".ini" file. in a format near to this:
any ideas ?
and change a value when the user change a thing in the gui.
some windows apps used to save their configuration in a ".ini" file. in a format near to this:
SCREEN SIZE = 200 * 200
auto update = true
listening pot = 30
any ideas ?