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).