ChoiceList is an ActiveX control that allows the programmer to present a user with a list of choices and encapsulates the code necessary to allow the user to select one, multiple, or all items from the list, change their mind, sort the list, filter the list and search for items. This sort of functionality is similar to what is found in many wizards–you have two lists with some buttons in between them. You select items from the left hand list and click a button to transfer them to the right hand list and you can transfer them back as well. The ZIP also contains two sample projects that show most of the control’s features. Update: a help file has been added to the ZIP file.