vb.net Bind a combobox to a datasource
问题 Over the past few days, I've read about a thousand forum posts, and looked at many code samples, but I still can't figure this out. My goal is to populate a combobox with values from an Access 2007 query. I can do this by using the DataSource, DisplayMember and ValueMember properties, but regardless of the data in the query, the comboboxes all just default to the to first item in the items collection and don't change when the main BindingSource is moved. I am binding the controls with this