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.
Printable View
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.
Thank you, it works.