Note is a little application for creating simple plain-text notes with a minimum of fuss. It is the first proper application I created. I wrote it to have some fun learning a programming language and because I wanted a Post-it note like application that didn't look like a Post-it note!

When you run the program it automatically registers itself with the .note extension. There's an Uninstall.reg file included in Note.zip file which will remove this association along with all other info added to the registry by the program.
As this program automatically, without warning, saves whatever text is present when you close it, be careful when making changes to your notes - don't open a note, delete all the important stuff you've saved in it, then close it - you'll lose it all forever!
Note was created with Delphi for Win32. The source code is available to download below and should work fine with Delphi 2005 and above (including Turbo and Personal versions).
| Attachment | Size |
|---|---|
| Note.zip | 325.3 KB |
| note-source.zip | 12.56 KB |