Change Disable Edit control color
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, i have done to change edit control backgtound & text color when it is enable, with the help of onstlcolor, but my edit control is disable then i try to change color but color is not changing
-
Hi, i have done to change edit control backgtound & text color when it is enable, with the help of onstlcolor, but my edit control is disable then i try to change color but color is not changing
When an edit control is disabled, it acts like a static control. So in
OnCtlColor
method, checknCtlColor
parameter forCTLCOLOR_STATIC
.«_Superman_» _I love work. It gives me something to do between weekends.