Listbox w/CheckBox Options

B

Bob Salvato

i have successfully populated a multicolumn multiselect
listbox with checkbox option. i have created a routine
that runs after population which goes through every item
in the listbox and selects each item...

for i = 0 to listbox1.Listcount-1
listbox1.Selected(i) = True

PROBLEM: when i look at the list box, none of the
checkboxes are checked.

am i missing a step somewhere....?

thanks
 
B

Bob Salvato

i have since revised my code and my checkboxes are now
appear checked.

Thank you anyway.
 

Ask a Question

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.

Ask a Question

Top