Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

A reminder tool for .dan.g's ToDoList

0.00/5 (No votes)
25 Feb 2004 1  
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.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here