Hi,

I am having a ComboBox called targetCombo. The first item which shows up is set with

targetCombo.text = "jhg"

The problem is that when I want to change it I get the Error that the Text Property is read only.
How can I change the first choice in the combo box?

One more question:

Depending on a selection in the combo box I want a radio button to enable or disable. How can I make the comboBox selection take action on the radio button?