S
Shan1986
Guest
Hallo , i would like to bind multiple combo boxes in the form to same data source. What is the easiest way to achieve this?. All combo boxes uses same display member and value member.
I want to apply same code to multiple combo boxes like combobox2, combobox3........etc
With Me.Combobox1
.DataSource = New BindingSource(Currency_Dic, Nothing)
.DisplayMember = "value"
.ValueMember = "key"
End With
Thanks
Continue reading...
I want to apply same code to multiple combo boxes like combobox2, combobox3........etc
With Me.Combobox1
.DataSource = New BindingSource(Currency_Dic, Nothing)
.DisplayMember = "value"
.ValueMember = "key"
End With
Thanks
Continue reading...