CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2006
    Posts
    20

    Disable Close Button For Children In MDI

    I have a main frame derived from CMDIFrameWnd, that contains child frames derived from CScrollView. Each child frame displays the buttons for minimize, maximize, close. How can I hide the close button for children?

    Thanks.

  2. #2
    Join Date
    Jun 2002
    Location
    Stockholm, Sweden
    Posts
    1,641

    Re: Disable Close Button For Children In MDI


  3. #3
    Join Date
    May 2006
    Posts
    20

    Re: Disable Close Button For Children In MDI

    Thank you, it works.

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