Link to home
Start Free TrialLog in
Avatar of mathieu_cupryk
mathieu_cuprykFlag for Canada

asked on

Improving the layout of a Form and a text box that is disabled.

Good Evening Guys and Gals,
 I am working on a table ( which a screen shot is attatched) . Is there a way to make the table more visible in the disabled textboxes. As you can see from the shot , they are barely visible. I am trying to make it easy on the eyes for myself and the clients. Is there a way I can make is more visible in the mode disabled?

See attachment.

http://www.vbcity.com/forums/attachment.asp?id=13555
Avatar of amyhxu
amyhxu

Instead of setting TextBox.Enabled = False, change Enabled to True, and set TextBox.Readonly = True. Now the text should be black instead of grey.
ASKER CERTIFIED SOLUTION
Avatar of amyhxu
amyhxu

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Éric Moreau