Getting the text value of a combo box?
BlitzPlus Forums/BlitzPlus Programming/Getting the text value of a combo box?| 
 | ||
| Ok ok...I just bought blitz plus and I'm learning. =) But I'm having trouble getting the text value of a combobox.  I know you can get the gadget number with SelectedGadgetItem.  But I just want the text$ value.  Anyone know how to retrieve it? | 
| 
 | ||
| use a combination of SelectedGadgetItem and GadgetItemText | 
| 
 | ||
| Thanks Ben, worked like a charm. I would say "Chroma is back!!!" but then that'd be a third coming and I don't want to disappoint anyone. Funny how when you don't code for a year that you forget the simplest stuff. |