Since I'm working using the high-contrast-mode (accessibility helper) with the high-contrast-#1 theme/design, I would like the executable (from CodeProject) to respect the system coloring supporting people with eye disabilities.
Currently the UI looks this way:
My explorer (Windows 7, with enabled high-contrast-mode) looks like this:
The high-contrast-mode can be detected by asking the SystemInformation.
Or it can be detected by analyzing system colors like this:
Since I'm working using the high-contrast-mode (accessibility helper) with the high-contrast-#1 theme/design, I would like the executable (from CodeProject) to respect the system coloring supporting people with eye disabilities.
Currently the UI looks this way:
My explorer (Windows 7, with enabled high-contrast-mode) looks like this:
The high-contrast-mode can be detected by asking the SystemInformation. Or it can be detected by analyzing system colors like this:
I would really appreciate to see this application supporting accessibility features, too!