Link to home
Start Free TrialLog in
Avatar of ks1973
ks1973

asked on

Font Color of disabled text

I want to change the color of the font of a disabled text item from default gray to black.

I tired to set the font color
Text1.Enable=False
Text1.ForeColor=&Hfff&

Does n't work?

Any Suggestion
Avatar of EDDYKT
EDDYKT
Flag of Canada image

I don't think that will work. Use label instead
ASKER CERTIFIED SOLUTION
Avatar of Dalin
Dalin

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

ASKER

This alternate way works.
I am just locking the Text item  instead of adding an additional frame in the form.

Thanks