开发者

Settings.settings and outputing to an array

开发者 https://www.devze.com 2023-01-30 22:35 出处:网络
I currently have a tab control with around 20 tabs and im looking to give each one of them a true / false value that is saved in the Settings.settings file so it can be called at the form load and onl

I currently have a tab control with around 20 tabs and im looking to give each one of them a true / false value that is saved in the Settings.settings file so it can be called at the form load and only display tabs with a true value set against them.

Does anyone know how to output the contents of the Settings.settings file to an array so i ca开发者_StackOverflown perform a for each on the saved values?

Thanks


I would suggest a different approach: Create a setting in your settings file that is an ArrayList and store your individual tabs settings in that ArrayList and iterate it. To me, it seems a lot simpler to iterate a single setting, rather than creating 20 (and maybe more in the future) individual settings and iterating them.

0

精彩评论

暂无评论...
验证码 换一张
取 消