I suggest that you find a way of entering multiple values in a LIST property that more closely resembles that of the VB6 IDE. In the VB6 IDE I can select the whole list contents by clicking the down ...
The "AddItem" function in Visual Basic 6.0 lets you dynamically add items to the list of options from which users can choose. ListBox controls display a drop-down list of options, and your users ...