Is there a way to add a listbox at runtime that has multiselect capabilities? The multiselect property is read-only at run time, and it defaults to single select. I'm probably stuck with using a 3rd party control. Thanks for any help.
Have a multi-select listbox control array - with just the one element - zero. Make it invisible if you like. If you're only going to need the one listbox at run-time you can just show this one and it doesn't need to be a control array.<br>
<br>
If you don't know how many you will need:<br>
<br>
say you called the initial listbox 'mslb(0)'<br>
<br>
you could then say "Load mslb(1)", and "Load mslb(2" etc<br>
<br>
You can have as many as you need then.<br>
<br>
-ml<br>
<p>Mike Lacey<br><a href=mailto:Mike_Lacey@Cargill.Com>Mike_Lacey@Cargill.Com</a><br><a href=
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.