Hi, I was wondering if I could save all of the controls in a
tabcontrol for example, complete with the controls' name, text, value,
position, size, etc..
Then when the user opens the application again, and hits the Load
Button, it would load all the controls to the tabcontrol intact, this
is done via code of course.
How do I go about this? Looping all controls in the tabcontrol and
saving all of its information in a text file? xml file? Then when
loading just do a lot of "If" statements searching for keywords at the
saved text or xml file??
I guess that would be doable,..howeve r, is there a "standard" way for
this? Or better yet an example that I could get a good look at on how
to go around this problem? Or the solution is easy and no example is
required?
Thanks again,
Henry
tabcontrol for example, complete with the controls' name, text, value,
position, size, etc..
Then when the user opens the application again, and hits the Load
Button, it would load all the controls to the tabcontrol intact, this
is done via code of course.
How do I go about this? Looping all controls in the tabcontrol and
saving all of its information in a text file? xml file? Then when
loading just do a lot of "If" statements searching for keywords at the
saved text or xml file??
I guess that would be doable,..howeve r, is there a "standard" way for
this? Or better yet an example that I could get a good look at on how
to go around this problem? Or the solution is easy and no example is
required?
Thanks again,
Henry
Comment