There has to be something silly I'm doing here!
When I process a ComboBox's SelectionChanged event and then look at the ctype(e.source,ComboBox).Text value, I really expect to get the value that the ComboBox is now supposed to be set to. Instead, I'm getting the prior value! Help! I need to figure out the new value in the ComboBox Text property after it's been changed!
M