79634976

Date: 2025-05-23 06:52:49
Score: 1.5
Natty:
Report link

SetWindowTheme(hWnd, L" ", L" ");

Gives the Win95 look. Works with controls too.

Back to normal: SetWindowTheme(hWnd, NULL, NULL);

In UsbTreeView and other tools I use that to switch the theme on and off for the controls at runtime without any problem (Options -> Windows Theme).

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Uwe Sieber