Question about property storage

  • Thread starter Thread starter angus
  • Start date Start date
A

angus

Hi all,

In my ppc program, i can let the user to modify some properties of the
program.
For example, i can let the user to change the color of the background.
The user can save the selected color. and next time the user start the
program, the color of the background that
the user has selected will be display.

Can you suggest me how to store that data in the ppc? And i don't want to
store it as plain text, by the way.

Thank you

Regards,
Angus
 
Your options include: XML file (e.g. using a DataSet), registry, csv file,
custom binary file scheme, database

Cheers
Daniel
 
Back
Top