| Switching Between Single and Multiple List BoxesLast reviewed: November 2, 1995Article ID: Q57959 | 
| The information in this article applies to: 
 After creating a list box with the CreateWindow() API, changing the list box from a single selection to a multiple selection can be accomplished in the following way: Create two hidden list boxes in the .RC file, and during the WM_INITDIALOG routine, display one of the boxes. Change between the two by making one hidden and the other one visible using the ShowWindow function. 
 | 
| Additional reference words: 3.00 3.10 3.50 4.00 95 
 © 1998 Microsoft Corporation. All rights reserved. Terms of Use. |