Getting the written text from ComboBox DropDown Style

  • Thread starter Thread starter ACC
  • Start date Start date
A

ACC

Hi,

I have a Combobox with DropDown style, and I have same items in it. But
if none of these items fits the user choice, he can just write what he
wants.

Now, my question is, how do I get the text that the user wrote?

I've search but couldn't find anything....


Thank you in advance!

ACC
 
ACC,

The Text property should give you what the user wrote.

Hope this helps.
 
Hi Nicholas,

That was what I expect, but no...

I have a combo with one item "All", but if the user doesnt want to
analyze all the items, he can just type the number of items to
analyze...

but I can not retrieve that information...

Thank you for your help!

ACC
 
but I can not retrieve that information...
Doesn't the ComboBox.Text property contain that info?
 

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