I’m about to create an options dialog that will be opened from my windows application main Forms menu.
I have many different “modules” in the application which each of them need to have an own options dialog. For sure this is a common situation.
I need some kind of “pattern” to create an Options dialog and add the other modules option dialogs in a tab-like way.
All tips of how I can do that in a clean way are welcomed!!
My next thing is to store all these settings (properties) in some kind of file and then restore the settings when my application runs next time. I’ve tried searched some articles but I really don’t know what to search on…
I have many different “modules” in the application which each of them need to have an own options dialog. For sure this is a common situation.
I need some kind of “pattern” to create an Options dialog and add the other modules option dialogs in a tab-like way.
All tips of how I can do that in a clean way are welcomed!!
My next thing is to store all these settings (properties) in some kind of file and then restore the settings when my application runs next time. I’ve tried searched some articles but I really don’t know what to search on…