Question : Resetting a combo box vb.net 2010

Hi All,

Im wondering if someone has a solution to reseting the original text of a combo box once a user selects an item, I cannot get it to reset to the original message.

Michal

Answer : Resetting a combo box vb.net 2010

write this to the form load Or when :     ComboBox1.Tag = ComboBox1.Text
when you want to rest the control to the original state Use : ComboBox1.Text = Tag

Random Solutions  
 
programming4us programming4us