CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    drawing new dialog system close box

    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.


  2. #2
    Join Date
    Apr 1999
    Posts
    11

    Re: drawing new dialog system close box

    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


  3. #3
    Join Date
    May 1999
    Location
    Republic of Korea
    Posts
    100

    Re: drawing new dialog system close box

    Maybe overriding OnNcPaint() will customize
    your window-look? And other necessary non-client
    messages like OnNcLButtonDown().

    Good luck with your CAPTION!

    Walter An


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured