G
Guest
I have a windows form for editing a table. In Inquiry mode, I disable the
textboxes so unwanted updates dont occur. This causes the backcolor and
forecolor to go gray, making the text hard to read. I can change the
backcolor to white, but the forecolor stays gray. .forecolor properties seem
to be overridden by
textbox .enabled = false. Also, combo boxes still have a gray backcolor,
even if I set it's backcolor to white.
So how can I:
Change the forecolor property of a disabled textbox
Change the backcolor property of a disabled combo box
Thanks
Thanks
textboxes so unwanted updates dont occur. This causes the backcolor and
forecolor to go gray, making the text hard to read. I can change the
backcolor to white, but the forecolor stays gray. .forecolor properties seem
to be overridden by
textbox .enabled = false. Also, combo boxes still have a gray backcolor,
even if I set it's backcolor to white.
So how can I:
Change the forecolor property of a disabled textbox
Change the backcolor property of a disabled combo box
Thanks
Thanks