Font Color for Disabled Controls

Lourry

Registered User.
Local time
Today, 04:32
Joined
May 19, 2004
Messages
41
Hello All,

When a control is disabled, (assuming I didn't change any default font properties), the font color becomes grey. Is there a way that when the control is disabled, the color of the font can still be black?

Reason: I do not want my users to click on some of the textboxes on my form and click Find Record (such as listboxes, or combo boxes) so I disabled them on form_load and will enable them again when a user clicks on a "MODIFY" command button. But when the controls are disabled, it is hard to read the writing that is inside it.

Thanks in advance!!
-Lory
 
Stupid me!

Lourry said:
Hello All,

When a control is disabled, (assuming I didn't change any default font properties), the font color becomes grey. Is there a way that when the control is disabled, the color of the font can still be black?

Reason: I do not want my users to click on some of the textboxes on my form and click Find Record (such as listboxes, or combo boxes) so I disabled them on form_load and will enable them again when a user clicks on a "MODIFY" command button. But when the controls are disabled, it is hard to read the writing that is inside it.

Thanks in advance!!
-Lory
I should use the lock property instead!
Thanks anyway :)
 

Users who are viewing this thread

Back
Top Bottom