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
Ronald
NA
5
0
What's the best way to do this?
Jun 3 2008 7:53 AM
I am creating a small app for myself that I will use to take notes. I want it to take small rtf files that I create in a RichTextBox control and organize them by notebook and subcategory. Each file should be one notebook - for instance, a philosophy notebook. Each notebook will have subcategories, and each subcategory will have note entries that are organized by date. I want each notebook/file to actually work like an online weblog where each entry can be posted in more than one category.
But my question has more to do with saving and retrieving the files. I am not familiar enough with programming to know much about file I/O, so what is a good way to do this? How can I save a list of blocks of rtf, and keep the correct heirarchical structure?
Any advice is welcome, and thanks in advance!
Reply
Answers (
4
)
Collection with multiple keys
A bug in Arraylist ????