// splash.cpp b.arnold 8-14-97
//
// Object:
// to use Microsoft MFC library to create a simple
// splash screen. Except for the windows size and position functions,
// this program parallels the "getwin.c" program that was written using
// the Windows API functions.
//
// This program may be used to compare (at a very simple level) the
// differences between API programming and MFC programming.
// (Microsoft Foundation Classes)