Hi everybody.
Im traying to get all controls in a winform just disable them at the Load event.
I have a form (MDI) which loads a Login Form. I want to disable the controls behind the Login Form to only let the user enter his username and password, and then if the user is valid reenable the controls again.
Thanks...