Trapping
the minimzing or maximizing of a Form
When the minimize or maximize option is
performed, Windows will send your Form the WM_SYSCOMMAND message.
The goal here, is to examine the WM_SYSCOMMAND message and look for the
minimize/maximize flags.
KEYWORDS: WM_SYSCOMMAND, SC_MINIMIZE,
SC_MAXIMIZE
|