STLVisual Studio 6C++/CLIWindows 2003Windows 2000Visual C++ 6.0Windows XPXMLMFCIntermediateDevVisual StudioWindowsC++.NET
A reminder tool for .dan.g's ToDoList






3.60/5 (14 votes)
Feb 26, 2004

155212

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.