Disabling a control

M

mrs

When I disable a textbox control, the text turns a light
grey which is hard to see. How can you disable a control
but have the text black?

Thanks

Matt
 
D

Dan Artuso

Hi,
I beleiev if you set the Enabled property to No and the
locked property to Yes, you'll have the desired effect.
 
Top