Ronald

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!

Answers (4)