Jump to content

Drop-down boxes...


Shyke
 Share

Recommended Posts

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 by Shyke
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...