All Controls Disabled

  • Thread starter Thread starter eBob.com
  • Start date Start date
E

eBob.com

I have a really simple application - I've just started it so at this point
99% of the code is generated by VS. When it comes up all of the controls
are disabled, i.e. greyed out. Even if I explicitly set Enabled = True for
one of the controls in the Load handler the control remains disabled! Could
this be because I named the form something other than "Form1"?

Thanks, Bob
 
Are the "disabled" controls on some sort of container control?
- if so, is the 'enabled' property of the container control set to TRUE?
 
.... the entire form was disabled. Must have been an inadvertent mouse
click. It never occurs to me to look for the obvious.

THANKS! Bob
 
Back
Top