Click to See Complete Forum and Search --> : drawing new dialog system close box


April 5th, 1999, 10:31 AM
I have a special purpose where in a dialog box, I'd like to draw a different bitmap on the system close menu. Also I'd like to paint the dialog caption header a custom color.

Thanks in advance!

Steve B.

Allen Yuh
April 5th, 1999, 11:16 AM
I don't know how to do it. But I know there is a software "WindowBlinds" can do that. You can visit "http://www.windowblinds.net" to get more information. Good luck.

Allen

Walter I An
April 5th, 1999, 11:34 AM
Maybe overriding OnNcPaint() will customize
your window-look? And other necessary non-client
messages like OnNcLButtonDown().

Good luck with your CAPTION!

Walter An