2 Sample Code
While great care was taking to avoid errors in the book (all the code was reviewed by an experienced RB developer), mistakes do happen and this book is no exception. Nevertheless, in most cases, the mistakes are all mine. I encourage you to let me know when you encounter any errors, or if you think there is a better way to write the code that I wrote for the book.
This collection of classes is used for displaying hierarchical data. the mwNodeListBox class is a subclass of ListBox.
The introductory application described in the book. A very simple Web browser.
This is a somewhat lame example application that deals with unicode characters and shows the differences between using Len and LenB with Strings.
An application that documents the SpecialFolders class.
A test application that utilizes the Properties class discussed in the book.
The shell of an RSS Reader application, as discussed in the book.
This is a revised version of the CGI code used in the book.