windows - MDI Document taskbar thumbnails with no decorations -
Is it possible to remove close window decorations from the MDI document taskbar flyout window? That is, remove the red "x" to prevent the user from switching through the taskbar.
Try it in your window:
CMNU * pSysMenu = this -> GetSystemMenu (FALSE); PSysMenu- & gt; RemoveMenu (SC_CLOSE, MF_BYCOMMMAND);
Comments
Post a Comment