You Are Reading

Notes

Mihai Ungureanu , , ,
Notes is a simple note/diary application I created as part of one of my university programming modules. It is written in C# using Visual Studio 2010. The purpose of the project was to build a more complex Windows Forms application that interacts with external files using the StreamReader and StreamWriter classes, as well as using system dialogs such as the Open File Dialog and Save File Dialog.

Features:
- save/open
- autosave
- autoload
- save reminder
- exit confirmation
- date setting
- character counter
- word counter

- title support

Programming topics used:
- events
- use of StreamReader and StreamWriter objects
- string manipulation
- Windows Forms
- Timer class
- looping
- conditional statements

Screenshot:

Source code available on request.
 
Copyright 2013 Mihai Ungureanu