This is a wonderful example of many aspects of Object oriented programming for an old
VB 6 programmer like myself who is just learning.
However, I think I have found two comment errors (in both the book and the revised downloadabled version) in the "PrintPage" event handler, in the 'if-then-else' statement where the Page # is being printed in the margin. The first comment for "even" pages:
"'The gutter is on the left"
is incorrect. It should be changed to:
"'The page # is printed on the left, opposite the gutter on the right"
Similarly, the comment that follows for "odd" pages also needs to be changed.
Truman Byron Thomas