
                  Designing your screens as RESOURCES
                  ===================================

We provide this 'empty' DLL to be used for you to store the screens
-Dialog Boxes, Bitmaps, etc...- of your programs.

To do it, you need a resource editor -like Borland's Resource WorkShop-
to interactively design your screens.

Make a new copy of this DLL for every project you start. Using screens
stored inside a DLL is the quickest and easiest way to build your
Windows applications.

Review the differents examples we have provide in wich you will learn
how to use screens stored as resources from your programs.

This technology will let you modify the screens of your programs and
your applications will reflect automatically the new changes you do
without having to recompile or re-link (this is real Data-Driven!).

                             =================
