|
Post by Someoneoutthere on Jun 28, 2024 16:08:28 GMT -8
I was wondering if this even possible as to using DWM with classic theme. I placed the image within a windowsform as an example using an old version of DWMBlurGlass. It might be doable with patched themes though. What do you think? is it possible?
|
|
Jevil7452
Regular Member
Posts: 432
OS: Windows Vista Enterprise (6.0.6003)/Windows 7 Enterprise (6.1.7601)
Theme: Windows Aero by Microsoft Corporation (on both)
CPU: Intel Core i7-3770k
RAM: 32GB (4x8GB DDR3)
GPU: NVIDIA GeForce GTX 980 Ti + Intel(R) HD Graphics 4000
Computer Make/Model: OEM0
|
Post by Jevil7452 on Jun 29, 2024 2:12:49 GMT -8
There have been cases where poorly written Windhawk mods cause the titlebar to become themed while the rest remains unthemed, one of these could probably be used for such a design.
|
|
|
Post by OrthodoxWin32 on Jun 29, 2024 5:22:01 GMT -8
I was wondering if this even possible as to using DWM with classic theme. I placed the image within a windowsform as an example using an old version of DWMBlurGlass. It might be doable with patched themes though. What do you think? is it possible?
Indeed, you must use this mod : // ==WindhawkMod== // @id unthemed-nocomposition // @name Unthemed+Nocomposition // @description Removes composition from windows and display the classic theme on the client-side // @version 0.1 // @include * // @exclude ApplicationFrameHost.exe // @exclude dwm.exe // @compilerOptions -luxtheme // ==/WindhawkMod==
#include <uxtheme.h>
BOOL Wh_ModInit() { Wh_Log(L"Init"); SetThemeAppProperties(0); return TRUE; }
|
|
NanamiMadobe
Sophomore Member
Likes trying to be Tech Savvy and learn more about Tech, also huge OS-Tan Fan!
Posts: 241
OS: Windows 10 (22H2)
Theme: Default
CPU: Intel Core i7-8550U @ 1.80GHz
RAM: 8.00 GB (7.9 GB usable)
GPU: Intel UHD Graphics 620 (Integrated), NVIDIA MX150 (Dedicated)
|
Post by NanamiMadobe on Jul 15, 2024 10:00:41 GMT -8
I was wondering if this even possible as to using DWM with classic theme. I placed the image within a windowsform as an example using an old version of DWMBlurGlass. It might be doable with patched themes though. What do you think? is it possible?
Indeed, you must use this mod : // ==WindhawkMod== // @id unthemed-nocomposition // @name Unthemed+Nocomposition // @description Removes composition from windows and display the classic theme on the client-side // @version 0.1 // @include * // @exclude ApplicationFrameHost.exe // @exclude dwm.exe // @compilerOptions -luxtheme // ==/WindhawkMod==
#include <uxtheme.h>
BOOL Wh_ModInit() { Wh_Log(L"Init"); SetThemeAppProperties(0); return TRUE; }
That is very help information, also did you see my messages replies I sent 2 of them.
|
|