enabling controls on a form
I have a form with a split container with 2 panels each holding 20 text boxes. I've tried using a for each statement with a if GetType is text box then enable = true etc... to enable these text boxes and when that didn't work I tested this :
mol4.Enabled =
Truemol5.Enabled =True
Where mol4 and mol5 are two different tb's. It didn't enable them. I've never run into this problem before. Any thoughts?

