ysc3839 / win32-darkmode

Example application shows how to use undocumented dark mode API introduced in Windows 10 1809.
MIT License
437 stars 48 forks source link

How to disable selection in Child Windows or some area in this program #4

Closed kumo-rn5s closed 3 years ago

kumo-rn5s commented 4 years ago

I'am afraid that I don't need selection in somewhere. I searched in every Internet but i didn't find it. If you know, can you tell me about that?

ysc3839 commented 4 years ago

What is selection?

AraHaan commented 3 years ago

@ysc3839 it is when you select an item in a listview, etc, or even selecting text in a textbox of some sort.

But also when you hover over menu items as well the same color is usually used by windows for all of that.