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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top