Saving settings

  • Thread starter Thread starter Arcadius A.
  • Start date Start date
A

Arcadius A.

Hello!
I'm writing a little desktop C# GUI for currency conversion...
As currency change often,I'd like users to be able to update the currency
rate by manually typing in a form the currency rate( for instance 1 Euro= x
USD etc).
My question is:
What's the best way to save the currency rate for my app so that it can be
loaded the next time the user launch the app?
Where should the setting be saved?

Thanks in advance.

Have a nice day!

Arcadius Ahouansou.
 
You can use the registry or you can even use the Microsoft Application
Blocks Configuration Manager. Check msdn for the download.
 

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