Hi,
I have one MDIApp running, at this time I need to create some configuration windows to ajust some parameters that provides to the childwindow contents some ajusts.
My problem is, which is the best way to create this config windows? How can I store the information for a next future use? If the user choose some option in that config win (like font default Arial in some textbox) and start the application again, this option should be as he left the last time.
Thanks