Navigation

2 Sample Code

2.1 IntroductionLast modified: 2006-07-18 09:30:16

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.

2.2 mwNodeListBoxLast modified: 2006-09-02 18:16:30

This collection of classes is used for displaying hierarchical data. the mwNodeListBox class is a subclass of ListBox.

2.3 HTML ViewerLast modified: 2006-07-19 10:13:37

The introductory application described in the book. A very simple Web browser.

2.4 String ExamplesLast modified: 2006-07-19 10:13:50

This is a somewhat lame example application that deals with unicode characters and shows the differences between using Len and LenB with Strings.

2.5 PrintingLast modified: 2006-07-18 17:13:36

An example of how to print using REALbasic.

2.6 Special FoldersLast modified: 2006-07-18 17:11:44

An application that documents the SpecialFolders class.

2.7 Properties FileLast modified: 2006-07-18 17:09:24

A test application that utilizes the Properties class discussed in the book.

2.8 RSS Reader ApplicationLast modified: 2006-07-19 10:07:31

The shell of an RSS Reader application, as discussed in the book.

2.9 CGI ProgrammingLast modified: 2006-07-19 10:06:35

This is a revised version of the CGI code used in the book.

2.10 HTTP ServerLast modified: 2006-08-07 09:35:09

Download: HTTPServer.zip