Hi, im currently overiding the WM_NCPAINT
, WM_NCCALCSIZE
and WM_NCACTIVATE
to paint my own color/themed title bar for an application im working on. Now this is working great however the min, max and close buttons still are xp default theme.
I looked into what controls them and the mouse messages do. However they also contol resizing and other functions that I dont want to lose.
Is there an easy way to just change the theme of these buttons?
- Windows XP
- MFC Forms
- Visual studio 2005