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.
 
Back
Top