Title    : EDITBKGD Example

Overview : Handling of the WM_CTLCOLOR to change the background
           color of a child control.  Changing the background color
           of a window using the WNDCLASS structure.
           
Keywords : WM_CTLCOLOR WNDCLASS hbrBackground color background
           OWL 2.x 5.0

Author   : George Cross, Borland C++ Developer Support

Date     : June 16 1996

Compiler : Borland C++ 5.0, but is valid for OWL 2.x and above

The EditBKGD sample demonstrates,

  1. Changing the background color of a window's child control
     using the WM_CTLCOLOR message.
  2. Setting the background color of a window using the WNDCLASS
     structure and its hbrBackground member.
  3. An anomaly in TEdit, when constructed in a window as opposed
     to a dialog, in displaying text half height.

