Search the Community
Showing results for tags 'uxtheme'.
-
I installed it on my old laptop just with bypassing the CPU and TPM requirements, and then installing the Intel HD Graphics driver for 2nd generation and AMD Radeon HD 8000 series, and surprisingly, the elements like mica effects, rounded corners, and the translucent blurs worked perfectly!
- 1 reply
-
- Windows 11
- wddm
-
(and 3 more)
Tagged with:
-
Hi, I'm trying to code a way to skin the Windows 10 taskbar (it's basically the only thing missing now). Right now the only thing I was able to do is use SetWindowCompositionAttribute on the MSTaskListWClass/Shell_TrayWnd to make the taskbar transparent and then place a borderless window under everything and painting the current theme with OpenThemeData and so on, but it's obviously far from an elegant solution. So I'm trying to hook into explorer and add a subclass so I can add my code to the WM_PAINT event. I was able to get my DLL loaded in explorer.exe but when I add my subclass it hangs because of a new security mechanism in 64 bit Windows 8.1+. Was anyone able to do this without significantly changing security settings?