========================================================================
               The Zen of Windows 95 Programming: DROP1
========================================================================

This is a very simple example of a Type II minimized program, one that 
will only accept dropped files on its icon.  This type of minimized
program is effectively useless under Windows 95, since it refuses to 
let you drop files on an icon.  Windows 95 now tries to restore the 
program, and if your program won't restore, you're stuck.

See DROP2 for a solution to this problem.

