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

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -