Search results for query: *

  1. S

    Question ComboBox Selection Color

    Adding the following line fixed my issue: Me.ComboBox1.DropDownStyle = ComboBoxStyle.DropDownList I thought this line was unnecessary (a default value)... I was wrong.
  2. S

    Question ComboBox Selection Color

    I have a Win Forms app written in vb.net. In it, I have a combo box with a Owner Draw Item routine. Using this routine, I am able to implement an application-wide default value for a selection color like shown below: This works great except for one tidbit: Once an item is selected, the combo...
Back
Top