I have an application with displays custom controls.
I want to serialize/deserialize these controls.
Serialization fails however, because all controls are derived from
System.Windows. Forms.Control which is not serializable.
How can I solve this problem?
Thanks in advance, Jan Warning
I want to serialize/deserialize these controls.
Serialization fails however, because all controls are derived from
System.Windows. Forms.Control which is not serializable.
How can I solve this problem?
Thanks in advance, Jan Warning