                        Pick List Control Pack
                      for 16 and 32-bit Windows

                            Version 1.00


                         Copyright (c) 1995
                           Simon Whiteside


History
-------


        Version 1.00            [June 8, 1995]

        Original Release.
        

Description
-----------

The Pick List Pack provides you with a standard list box with
small check boxes next to each item in the list.

You can treat it as a normal list box with two provisos:

1.      you use at least the styles LBS_OWNERDRAWFIXED and LBS_HASSTRINGS
        when creating the control
        
2.      you pass all WM_DRAWITEM messages back to the control.

Please the enclosed application picktest.cpp for details.

The control is contained in a DLL. The pack contains 16-bit and
32-bit versions.

DLL's and EXE's were built using Borland C++ 4.5.

File Manifest
-------------

picklist.h              -       header file for Pick-List

16BIT\picklist.dll      -       16-bit DLL for the control
16BIT\picklist.lib      -       16-bit import library
16BIT\picktest.exe      -       16-bit sample application

32BIT\picklist.dll      -       32-bit DLL for the control
32BIT\picklist.lib      -       32-bit import library     
32BIT\picktest.exe      -       32-bit sample application 

picktest.cpp            -       sample application source code
picktest.def            -       sample application def module
picktest.mak            -       sample application make file

readme.txt              -       this file

ContactWare
-----------

Pick List Control Pack is ContactWare.  

This means that you are free to use the software, as long as
you:

i)      contact me via email to inform me you're using the software
ii)     cite me in any finished product with:

"Portions (c)1995 Simon Whiteside"

I will endeavour to send out updates to people who contact me.

Also I will keep you up-to-date on other ContactWare, ShareWare
and services that I provide.

This software was produced as part of work I am undertaking for
one of my clients.

I specialise in "user-friendly" technical programming for the Windows 
platforms. I use C++, C, Delphi and Visual Basic, where appropriate.

Please contact me to discuss any programming requirements you or
your organisation might have.


Simon Whiteside

email:  swhitesidea@cix.compulink.co.uk
phone:  +44-956-464831

Other Software
--------------

I currently have two shareware products available. You can
download them from any SimTel site:

**      Dialog Editor Controls Pack     -   DLGED100.ZIP

Dialog Editor Controls Pack provides you with an easy way
to provide a dialog builder as part of your application.

It includes controls providing a dialog editor user interface
along with a message programming interface.

This pack will be useful for anyone building tools products,
such as GUI builders, or who wants to allow the user
to create their own dialogs (such as in Word Processors or
Spreadsheets).

Included with the pack is a sample application that provides
a simple Dialog Editor.

**      Drag and Drop Toolkit           -   DRAG100.ZIP

This toolkit provides you with a means to put drag and drop
into your applications.

You can drag COLOURED icons "in formation" around the screen,
and show a no-entry sign if the drag is not permitted.

The toolkit also includes an "Icon Box" control, similar to
that in the Windows Program Manager. 

Sample applications included show how you can use the Icon Box
control to drag icons to another Window and drop them on a simple
form.

