View Single Post
  #1   Report Post  
Vasant Nanavati
 
Posts: n/a
Default

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.

--

Vasant




"gvm" wrote in message
...
simple question but the answer is not obvious to me; what are the
differences
between list boxes and combo boxes?