Rano AH

Rano AH

  • NA
  • 201
  • 65.3k

How to save current settings - Windows Form applicaiton

Sep 15 2013 4:00 AM
Hi Vulpe and Sunny Kumar

I have four comboBoxes which populate some items, If I selected one item from each comboBox and I want to save this current settings to be used next time when I run my application and click on "UseMySettings" CheckBox.

I tried to saveData from project properties settings and used it, but this will be saved and used temporary while my application is running, if I closed it and run it again, and check the check box"UseMySettings" the selected items will be the default selectedItems which being populated by default when my application runs.

So, what to do here? Do i need a dataBase? Can  you provide a solution for this? I don't know how to link database file with my applicaiton in which I can save each selection from each comboBox and use it again.

Hope to receive solution for this soon