MadaraUchiha Posted November 1, 2013 Posted November 1, 2013 Hi, On my form I have a ComboBox Control. How can I set as Caption a default item, one of the items in the list?
Zedna Posted November 1, 2013 Posted November 1, 2013 $Combo1 = GUICtrlCreateCombo("", 23, 152, 73, 25, BitOR($CBS_DROPDOWNLIST,$CBS_AUTOHSCROLL)) GUICtrlSetData(-1, "1|2|3|4", "3") Resources UDF ResourcesEx UDF AutoIt Forum Search
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now