Figure out selected item of Combobox
Keywords: cGetCBText
Question:
Is there a way to figure out wich item is selected in a combobox.I have managed to access the Combobox via the Control Manager Extender and can set the item desired but I can't query which item is set!
I can only figure out all entries with cGetCBText.
Answer:
Most of the time if an item is set, the information is saved in either the registry or in an INI file someplace. By quering the registry or IniReadPvt you might be able to figure out what it is.
Article ID: W12503Filename: Figure out Selected Item in Combobox.txt