Hi All,
I need to change the color of title bar in dialog box and also border color of window.
Please help me..............
Thanks & Regards,
Priya
Printable View
Hi All,
I need to change the color of title bar in dialog box and also border color of window.
Please help me..............
Thanks & Regards,
Priya
Those are defined globally on your system and are the same for all windows.
If you want to change that you will have to draw the titlebar and borders yourself.
You might be able to do this by handling WM_NCPAINT.
You draw the window caption use TextOut or DrawText.