Multi-Pick      Version 1.0

The Multi-Pick listbox allows multiple choices to be made from 
a modal dialog style listbox.  A double click of the mouse 
toggles a list item from black (unselected) to red (selected), 
and another double click will restore the item's original 
status.  This Multi-Pick listbox will also provide a scrollbar 
for the list if one is required.

Upon finishing making selections, a click of the OK button
will return a dynarray of type logical to the calling program.  
The index of the dynarray contains the list item, and the 
logical value of the dynarray item will be True if that 
particular item was selected, False if it was not.

Multi-Pick also allows items to be selected automatically
upon opening the listbox.  This is perfect for those cases 
where previous choices need to be altered in later sessions.

I welcome any comments on the usefulness of this tool.

For information on obataining source code, please E-mail
Lance C. Bullock
Compuserve ID # 72143,467



  
