InstallShield Extension Library. Version 1.2 Written by Michael Frolov. Copyright (c) 1999. http://home.att.net/~isex/ This library and the source code are provided free of charge. You can use it any way you like. If you do use this library you agree not to hold me accountable for any problems caused by this software. This library provides a custom component list box. It supports both 16-bit and 32-bit operating systems. Source code and project files are provided for builds with: Visual C++ 6.0 (32-bit only) Visual C++ 1.52c (16-bit only) Borland C++ 5.x (32-bit and 16-bit) Borland C++ Builder 4.0 (32-bit only) Features: The check boxes are grayed out if only some subcomponents are selected. The component sizes can be turned on and off. Check boxes can be stationary. (For components with horizontal scroll bar). The conponent names can be shown in multiline mode. Unlike the built-in component list box, this is an owner-drawn Windows list box. This means that you can process Windows messages generated by the control. Revision history: Version 1.2 - 30 June, 1999 Various small bug fixes. Enhancements to the component list UI. Display of component sizes. Stationary check boxes. Multiline component items. Ability to configure the format in which the sizes are displayed. New custom dialogs. Addition of Dialog Sampler. Version 1.1 - 18 April, 1999 It is possible to place more than one component list box on the same dialog. As in SdComponentMult. Changed the dialog IDs for ISExComponentDialog3 to prevent conflicts with built-in dialogs. It is now possible to display unmodified SdComponentDialog2. Added custom versions of built in component dialogs utilizing the new list box. Version 1.0 - 5 April, 1999 Initial revision. For additional information please visit the extentions' page at http://home.att.net/~isex/ If you have questions or suggestions about this software please contact me at mifsoft@pobox.com. Prefix the subject of your e-mail with "ISEX:". Enjoy. Michael.