Hi,
I have a regular application window (created with WTL) and I need to make its caption bar thicker (taller) than then standard size. How can I do this programmatically without custom drawing the non-client area myself (handling the WM_NCPAINT message)?
I need to this this only for my window's caption bar (the title bar) and changing the system setting to apply to the whole system is not an option.
Thanks,
-Gianluca.