I have a windows application with hundreds of forms in it. I want to remember size, location and state of each for during user session so that when they launch it next time the size and location will be the same.
I see bunch of examples of doing this in the application settings, however since I have lots of forms I do not want to introduce big list of application settings. Along with it would be time consuming for me to do it for each form manually.
Do someone has a generic solution so that I can code at one place and that will do the job for all the forms in the applications?
Please advise