65.9K
CodeProject is changing. Read more.
Home

A reminder tool for .dan.g's ToDoList

starIconstarIconstarIcon
emptyStarIcon
starIcon
emptyStarIcon

3.60/5 (14 votes)

Feb 26, 2004

viewsIcon

155212

downloadIcon

3438

A simple reminder tool to remind you of your overdue tasks in ToDoList throughout the day

Introduction

This a simple reminder tool for .dan.g's ToDoList. No fancy UI. No special code tricks. The only point of interest code-wise is the use of libxml2.

Libxml Resources

The reason for using libxml2 is the I didn't want to be dependent on IE version and it's DLL hell. At http://www.xmlsoft.org you can find a SAX and DOM parser under libxml2, an XSLT processor under libxsl as well as links to XML specs. You can find the Windows binaries for libxml2 at http://www.zlatkovic.com/libxml.en.html as well as examples.

That's all folks. Enjoy!

History

  • First release.