ComboListBox?

  • Thread starter Thread starter rossum
  • Start date Start date
R

rossum

What I want is a ComboListBox, which looks like a ComboBox with a drop
down list, but acts like a list box in that the user can only pick
from the list, but not type in a new value.

I can program this easily enough by using the TextChanged event of a
ComboBox, but am I missing something? Is there a simple flag either
to make a ComboBox clickable but untypeable or to change the
appearance of a ListBox?

Thanks in advance

rossum
 
What I want is a ComboListBox, which looks like a ComboBox with a drop
down list, but acts like a list box in that the user can only pick
from the list, but not type in a new value.

I can program this easily enough by using the TextChanged event of a
ComboBox, but am I missing something? Is there a simple flag either
to make a ComboBox clickable but untypeable or to change the
appearance of a ListBox?

Thanks in advance

rossum

Thanks Tim and Arioch. I know something like that had to be in there
somewhere, but I just couldn't find it.

rossum
 

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