G
Guest
I am working on a form designer. I have defined my own controls to list into
a IToolBoxService, and the PropertyGrid, but I am having a difficult time
Serializing a Windows Form to XML.
Bascially, I want to take the form & Properties, and Controls within the
form & Properties and place them into an XML file for later use.
The ResXResourceWriter is fairly straight forward to use, but as a resx
files, it doesn't store all of the property information about the form.
System.Windows.Forms.Form is not serializable, so what options do I have to
serialize this stuff to xml?
Any examples, or help is greatly appreciated.
a IToolBoxService, and the PropertyGrid, but I am having a difficult time
Serializing a Windows Form to XML.
Bascially, I want to take the form & Properties, and Controls within the
form & Properties and place them into an XML file for later use.
The ResXResourceWriter is fairly straight forward to use, but as a resx
files, it doesn't store all of the property information about the form.
System.Windows.Forms.Form is not serializable, so what options do I have to
serialize this stuff to xml?
Any examples, or help is greatly appreciated.