Page 2 of 3

Posted: Fri Jan 09, 2026 9:33 pm
by fa27651584
This. Agreed. Also, if you're using WinForms or WPF, check the system's current theme color to dynamically adjust your app's accent colors.

Posted: Sat Jan 10, 2026 2:03 pm
by 709thmj
You could also explore using the Windows App SDK with WinUI 3 controls, which are built to directly reflect the latest system design. Hope that helps.

Posted: Sat Jan 10, 2026 3:14 pm
by STfYR
Yeah, I had the same problem. I ended up using the Windows App SDK like the other reply mentioned, and it really helped my utility blend in seamlessly.

Posted: Sat Jan 10, 2026 7:22 pm
by 4UPuws55by
Agreed, and one extra tip: make sure to test it under both light and dark modes since Windows handles those automatically now.

Posted: Sat Jan 10, 2026 9:21 pm
by aI19fxv7
Can confirm. Also, grab the latest Windows App SDK and use its WinUI 3 controls—they’re built for that exact native look. Good luck!

Posted: Sun Jan 11, 2026 5:38 pm
by 9584RV
+1 Agreed. And don't forget to check the Fluent Design guidelines on Microsoft's site for specifics on spacing and icons.

Posted: Mon Jan 12, 2026 12:15 am
by Jggkc
This happened to me. I used the Windows App SDK and WinUI 3 controls, which automatically gave it that native look.

Posted: Mon Jan 12, 2026 2:01 pm
by gi345391
Also, make sure you're using the system theme and not forcing a custom one.

Posted: Mon Jan 12, 2026 8:59 pm
by eGUvObjxs
Agreed. Also, try using the built-in Windows 11 Segoe UI Variable font if your tool shows any text, it really helps with that native look.

Posted: Mon Jan 12, 2026 9:16 pm
by St24H
You could also check if your UI framework supports the latest Fluent Design elements.