Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim col As KnownColor For col = KnownColor.ActiveBorder To KnownColor.YellowGreen ComboBox1.Items.Add(col) Next End Sub