Hello actually im trying to make combo boxes , but my problem is , that i can type things in which i dont want
$ComboStat1 = GUICtrlCreateCombo("", 96, 72, 121, 25)
GUICtrlSetData(-1, "1|2|3|4|5", "1")
How to prevent others can type in things by their own in the combo box ?
$ComboStat1 = GUICtrlCreateCombo("", 96, 72, 121, 25)
GUICtrlSetData(-1, "1|2|3|4|5", "1")
How to prevent others can type in things by their own in the combo box ?