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
 
Back
Top