1
vote
How do you deal with temporary useless controls in Winforms (hiding vs disabling) ?
Disable the textbox
With the textbox hidden the user may skip over the option "Use Foo" since it won't be clear to them how they will or should define "foo". With the textbox visible but di …
