2017/11/29

HTHEME

Windows XP or later have Luna-style desktop theme.
If you want control to owner drow, deal with HTHEME handle and APIs to drow the theme. On the style, GetSysColor can not use because surface colors of controls are not a single.
Note: If you use HTHEME and APIs for it, your program is for only XP or later. If you need backward compatibility against 2K or 9x, you should need dynamic load with LoadLibrary.

No comments:

How to set parameters to debugging program on Visual Studio 2019 with CMake

Solution: MSDN Sometimes the "Debug and Launch Settings for CMake" bottun is disabled. In this case, change to the target view. ...