list and combo boxes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

simple question but the answer is not obvious to me; what are the differences
between list boxes and combo boxes?
 
I assume you're talking about functionality, since the forms are obviously
different. A ListBox can have multiple selections and the selections are
restricted to the list. A ComboBox can have only one selection and,
depending on its properties, may not be similarly restricted.
 

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