add tick in listbox

  • Thread starter Thread starter leungkong
  • Start date Start date
L

leungkong

i want to add a tick before the items in listbox.
it used to choose more than one items at the same time. Thanks.
 
set the ListBox ListStyle property to 1-fmListStyleOption AND the
MultiSelect property to 1-fmMultiSelectMulti

The selection is returned as an array
 

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

Back
Top