SBendBuckeye
Programmer
Hello All,
Windows has some defined colors (eg Window) that change depending upon the context. As an example, if you change a textbox to readonly, the forecolor and backcolor properties do NOT change, even though the appearance of the control on the form does change.
Here is the problem:
Readonly - dark forecolor on disabled backcolor
Disabled - light forecolor on disabled backcolor
ComboBoxes do not have a read only property but I want to simulate the coloring because the dark forecolor is easier to read and to be consistent with ReadOnly textboxes which surround it.
Any ideas and/or suggestions about how to do this? Thanks!
Have a great day!
j2consulting@yahoo.com
Windows has some defined colors (eg Window) that change depending upon the context. As an example, if you change a textbox to readonly, the forecolor and backcolor properties do NOT change, even though the appearance of the control on the form does change.
Here is the problem:
Readonly - dark forecolor on disabled backcolor
Disabled - light forecolor on disabled backcolor
ComboBoxes do not have a read only property but I want to simulate the coloring because the dark forecolor is easier to read and to be consistent with ReadOnly textboxes which surround it.
Any ideas and/or suggestions about how to do this? Thanks!
Have a great day!
j2consulting@yahoo.com