Shyke Posted September 22, 2005 Posted September 22, 2005 (edited) I looked through the help file but i am having a hard time finding info on this... Here is the code: $Combo_1 = GuiCtrlCreateCombo("Inventory Type", 160, 90, 100, 21) How do I give that 24 options with a space in the thing that can't be selected that goes right after "Inventory Type" but before the options? EDIT: $Combo_1 = GuiCtrlCreateCombo("Inventory Type", 160, 90, 100, 21) GuiCtrlSetData(-1, " |1|2|3|4|5|6|7|8|9") I have managed to make that... I think I will just 'rid of the space one and work from there... oh well I have seemed to have solved my own problem. Edited September 22, 2005 by Shyke
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