TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Jason
NA
3
0
Serialization of entire form
Sep 16 2005 9:22 AM
I've created an application that generates webpages, subpages, include files, and a defined folder structure based
on user input. The main form has a tab control, multiple tab pages, datagrids, tree view controls, a
bunch of textboxes, and uses a class where all variables are stored. For the main webpage, I'd like to save
the application in its current state. For each subpage and include file created, I'd like to save specific
tab pages.
My question is what is the best direction to go to accomplish this? I have a basic understanding of
serialization based on other posts I've been reading, but it makes it seem like I would need to create
variables for every control I have on the form and save all the values to strings. Isn't it possible to make
the tree view and textbox controls serializable? I figured I could make a control inherited from the controls
I want to serialize and just work that way, but haven't been able to get it to work. Any ideas?
Thanks in advance.
Reply
Answers (
0
)
C# listview checkbox/combo box subitems
Olag Grid in Windows Forms