I have 20 controls in one frame.
Is there a way to disable all that controls witin the frame with a simple line of code.
Any info will be appreciated.
:) :) :) :) :) :) :) :) :) :) :) :) :) :)
Printable View
I have 20 controls in one frame.
Is there a way to disable all that controls witin the frame with a simple line of code.
Any info will be appreciated.
:) :) :) :) :) :) :) :) :) :) :) :) :) :)
disable the frame
Yes, that's the easiest way.
I've had times I had to disable different controls on several moments, I used the tag property to indicate which controls should be disabled, and looped thru all controls and checked the tag.