kimprogrammer
Programmer
Hello
I created a combobox and loaded it at runtime
Dim cbominsvalues() As String = {"00", "15", "30", "45"}
Me.cboAdjMin1(x).Items.AddRange(cbominsvalues)
I need it so the user can only select from the list and not enter anything else
What is the property to do this? I tried a few properties but have not gotten it yet.
Thanks for the help
Kim
I created a combobox and loaded it at runtime
Dim cbominsvalues() As String = {"00", "15", "30", "45"}
Me.cboAdjMin1(x).Items.AddRange(cbominsvalues)
I need it so the user can only select from the list and not enter anything else
What is the property to do this? I tried a few properties but have not gotten it yet.
Thanks for the help
Kim