M
mike
Howdy
I need to port a VB6 app. Its GUI is persisted to an .ini file - ie all the
control captions, positions, whether visible, tooltips, that kind of thing.
In C# is there an easier way to accomplish this? I tried to Serialize a
button without much luck, and further googling leads me to believe that you
need to write a wrapper object and serialize the wrapper.
I'm looking for ideas on how to do this. Be grateful for any bright ideas
....
Mike
I need to port a VB6 app. Its GUI is persisted to an .ini file - ie all the
control captions, positions, whether visible, tooltips, that kind of thing.
In C# is there an easier way to accomplish this? I tried to Serialize a
button without much luck, and further googling leads me to believe that you
need to write a wrapper object and serialize the wrapper.
I'm looking for ideas on how to do this. Be grateful for any bright ideas
....
Mike