Page 1 of 1

Selection color in inplace rename window

Posted: 2013-02-17, 09:11 UTC
by MVV
It would be cool to have a chance to setup selection color in file panel's rename window. I have similar panel color and it is hard to see selected text in it. I can change selection color in Windows theme (I did it just now but it changes also selected menu color, progress bar color etc) but it would be more correct to change it just for TC 'cause I can change background color just for TC.

Posted: 2013-02-18, 14:14 UTC
by ghisler(Author)
Unfortunately it is impossible (to my knowledge) to change the selection color in Windows edit controls programmatically.

Posted: 2013-02-18, 15:36 UTC
by MVV
Yes, it seems that simplest way is to intercept GetSysColor function... Weird, I thought there is an easier way.