I have forms with text boxes on them. I would like users to be able to enter text in the boxes and then be able to save the text to a file which can later be used to restore the text to the textbox. I believe that I need to use serialization. Does anyone have sample code to show me how to serialize and deserialize? I'm using VB6.0.