Kurto2021 Posted July 28, 2008 Posted July 28, 2008 (edited) In Winbatch when I made a combo box I added a line that would give me the options that I could choose MyDialog004=`135,009,044,014,STATICTEXT,DEFAULT,"State",DEFAULT,36,DEFAULT,DEFAULT,DEFAULT,DEFAULT` State = "AK,AL,AR,AZ,CA,CO,CT,..." I am able to create the combo box in Autoit but can't figure out how to get default values in there. $State = GUICtrlCreateCombo("State", 232, 24, 105, 21) Edited July 28, 2008 by Kurto2021
DjDeep00 Posted July 28, 2008 Posted July 28, 2008 Kurto2021...Look in the help file for GUICtrlSetData
Kurto2021 Posted July 28, 2008 Author Posted July 28, 2008 Kurto2021...Look in the help file for GUICtrlSetDatasweet....thanks a lot....I got it working.I have to remove my habits from WinBatch but I think this is the better program.
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