I have a combobox that when I scroll through the items, it's highlighted in blue. After I make a selection (ComboBox1_Change()), it brings up a message Box. When I move the cursor to click on the MessageBox, the selections in the ComboBox are highlighted as the cursor moves over them. The item I selected never changes, it's just annoying that it looks like it's scrolling through the ComboBox items, but it's not. Is there a way to turn off the highlight or keep the highlight on the item chosen?