Why not just do the following:
HTML Code:Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged TextBox1.Text = ComboBox1.Text End Sub
|
Results 1 to 6 of 6
Thread: comboBoxThreaded View
|
Click Here to Expand Forum to Full Width |