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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top