How to Save the following settings?
Hello
My application is being developed in VS2008.
Target frame work is .Net 2.0
Desktop application.
My appliaction collects some information from User, Name of company address etc. Those are to be included in the report I am generating.
I need to save these information and some other settings like Window size etc. So that it will be loaded in the next run. No 'users' in my application, only one settings needed.
From searching I concluded that at least two methods are possible. One is application settings tab in project properties, another is by making a .ini file.
What is the simple method for my requirement? Which way I should proceed?
Thank you