Hi all,
I have barely any experience with WinForms, but I'm fairly sure that this is a simple task. I just need to enable and disable the Enabled property of a textbox based on the SelectedIndex of a ComboBox.
Can this be done in the designer using DataBindings, or am I required to write a handler of some kind?