Serialization

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jan Warning

    #1

    Serialization

    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


Working...