This is an example Visual DLL project which demonstrates how to create
DLL with true Windows call-back procedures.

This example uses the Windows API EnumWindows function to enumearate
the top-level windows and display them in a list box, similar to the
Windows Task List.

In addition, an example LibMain function is included to demonstrate
the use of a very simply splash screen.

