MOVELST.EXE  - Implements drag and drop with a list box
------------------------------------------------------------

MOVELST.EXE version 1.0 (first version) requires Windows 3.1 to run and
the Windows 3.1 SDK to compile and build.

DESCRIPTION:
------------    

MOVELST demonstrates how to subclass a list box to implement drag and
drop to reorder items in the list box.

MOVELST also shows how to implement a dialog box as a main window using
a private dialog class.

DESCRIPTION OF FILES:
---------------------

MOVELST.C        - this file contains all of the code for the sample

