amiradilah
New member
- Joined
- Nov 3, 2014
- Messages
- 1
- Programming Experience
- Beginner
Private Sub ButtonClearData_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtonClearData.Click
ComboBox1.SelectedItem.Clear()
ComboBox2.SelectedItem.Clear()
ComboBox3.SelectedItem.Clear()
ComboBox4.SelectedItem.Clear()
ComboBox5.SelectedItem.Clear()
ComboBox6.SelectedItem.Clear()
ComboBox7.SelectedItem.Clear()
This is my coding but it doesn't work at all! so how can i clear the selected item of combo box with the clear button?
please help me.
this is urgent!
thanks.
ComboBox1.SelectedItem.Clear()
ComboBox2.SelectedItem.Clear()
ComboBox3.SelectedItem.Clear()
ComboBox4.SelectedItem.Clear()
ComboBox5.SelectedItem.Clear()
ComboBox6.SelectedItem.Clear()
ComboBox7.SelectedItem.Clear()
This is my coding but it doesn't work at all! so how can i clear the selected item of combo box with the clear button?
please help me.
this is urgent!
thanks.