The ObjectWindows 2.5 tutorial teaches the fundamentals of programming
for Windows using the ObjectWindows application framework. The tutorial is comprised of an
application that is developed in twelve progressively more complicated steps. Each step up
in the application represents a step up in the tutorial's lessons. After completing the
tutorial, you'll have a full-featured Windows application, with items like menus, dialog
boxes, graphical control bar, status bar, MDI windows, and more.
The tutorial application that you'll build when following the steps
in this book is a line drawing application called Drawing Pad. While this application
isn't very fancy, it does demonstrate many important ObjectWindows programming techniques
that you'll use all the time in the course of your ObjectWindows development. Each step
introduces a small increment in the application's features. You start with the most basic
ObjectWindows application and, by the time you're finished with the last step, you'll have
created a full-featured Windows application with a tool bar with bitmapped buttons on it,
multiple document support, a status bar that displays menu and button hints, and even full
OLE 2.0 server support.