THE POWER OF WINDOW PROCEDURES

Much of the support in Windows 3 for the Multiple Document Interface is encapsulated in the MDICLIENT window class. I think this clearly illustrates the power of the object-oriented architecture of Windows. The client window procedure serves as an intermediary layer between the frame window and the various document windows.

Now let's look at another powerful feature of Windows—dynamic link libraries.