As far as I know option buttons do not have a multiselect option.
You have to use multiple checkboxes and check against their values. You can
offcourse mimmic Option box layout by placing a rectangle around them.
To make checking of the values easier you could call them check1..checkx, so
that you can loop through them & check their checked status
you can even build your own class and mimmic the listbox multiselect through
that.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.