Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Im making a small app in which i can write telephone notes and other stuff at work.
Im using a tab control to add different types of tabs and everything is working as intended.
The thing is, id like to be able to save all the tabs and their contents when i close the app (or whenever i choose) so that i can i.e. restart the computer and such without loosing any notes. If anyone can point me in the right direction that would be great. Thanks!

Posted
Updated 15-Aug-13 3:49am
v2

1 solution

You can either serialize the data or write it to file yourself using streams.

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900