You can handle DropDown event of comboBoxAdv1 and set as shown in the following code snippet. C# private void comboBoxAdv1_DropDown(object sender, System.EventArgs e) { this.comboBoxAdv1.ListBox.SelectedItem=this.comboBoxAdv1.TextBox.Text ; } VB Private Sub comboBoxAdv1_DropDown(ByVal sender As Object, ByVal e As System.EventArgs) Me.comboBoxAdv1.ListBox.SelectedItem =Me.comboBoxAdv1.TextBox.Text End Sub |
Article ID: | Published Date: | Last Revised Date: | Platform: | Control: |
1320 | 04/30/2011 | 07/10/2014 | WinForms | ComboBoxAdv |
Tags:
|
|
or the page will be automatically redirected to sign-in page in 10 seconds.