clear a value from combo

  • Thread starter Thread starter NewsGroup de Microsoft
  • Start date Start date
N

NewsGroup de Microsoft

i can do a clear and i clear all the items of my combo but the selected
value stay

how could i remove it. i've tried to remove each item but i have a problem
of data type between integer and string
 
If you use Items.Clear and then set the text property to string.empty, it
should work for you.
Hth,

Bill
 

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