Hi all,
I have an application that displays a large number of custom controls on a
form.
Now I want to serialize/deserialize the controls.
The serialization fails because all controls inherit from
System.Windows. Forms.Control and this is not serializable.
What can I do to solve this problem?
Thanks in advance, Jan Warning
I have an application that displays a large number of custom controls on a
form.
Now I want to serialize/deserialize the controls.
The serialization fails because all controls inherit from
System.Windows. Forms.Control and this is not serializable.
What can I do to solve this problem?
Thanks in advance, Jan Warning