Hi all!
Well, the name isn't entirely accurate but since I have found it very hard to find some actual useful information on the topic I decided to name it as such.
Purely as a programming practice I would like to make a calendar application. Something along the lines of Rainlendar (brilliant piece of software).
It should save all my appointments and notes and ToDo things and what not.
But for that to work...
I need to be able to write all the information to my harddrive and load it again when the program is loaded again. Now I know the basics of FileStream, StreamWrite and StreamRead but I don't know how to use that with this kind of information.
I'm thinking of something along the lines of this for the lines in a simple .txt file (every type of file is fine by me by the way):
22-09-09, 12.30-14.00, Driving lessons, yes, 22-09-09, 11.00
The date of the appointment, the time, the text to display, whether and alarm should be activated, and then the date and time of that alarm.
But I don't have a clue how to implement something like this.
Is there anybody willing to hand me some pointers on this? It would really be greatly appreciated!