All Controls Disabled

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
 
T

Tony Wissler

Are the "disabled" controls on some sort of container control?
- if so, is the 'enabled' property of the container control set to TRUE?
 
H

Herfried K. Wagner [MVP]

Tony Wissler said:
Are the "disabled" controls on some sort of container control?

.... or the form (which is also a control) is disabled.
 
E

eBob.com

.... 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

Top