07-20-2005 02:21 AM
07-20-2005 03:53 AM
GetCtrlIndex retrieves the index of the label/value pair that is actually selected on the control. You can pass this value to GetLabelFromIndex and retrieve the label associated with that particular label/value pair.
You can also retrieve the label of an item not actually selected in the control, knowing the value associated with it: use GetIndexFromValue function to retrieve the index associated with the desired value and pass it to the functions describer previously.
07-20-2005 04:48 AM