I have visual studio 2010.
I have a ListBox and a ComboBox , if you select an item from the list and after clicking on the combo box refresh the list. It's like clearing a drop down list and adding items again.
If you open a new project, add a ListBox, add some items to the ListBox, add a ComboBox, start the project, select one item from the list, select ComboBox and ListBox, for some reason update.
Does anyone know why this is happening?
If someone can try this, see if there is a problem with VB or some settings in my program.
source
share