What does WS_EX_APPWINDOW do?

后端 未结 2 847
梦谈多话
梦谈多话 2021-01-18 19:41

Either this is just a deprecated window style with no documentation, or I\'ve made a flaw in searching for it.

My question is, what does this flag do? Is there a su

2条回答
  •  梦毁少年i
    2021-01-18 19:52

    According to Extended Window Styles on MSDN it:

    Forces a top-level window onto the taskbar when the window is visible.

    I don't see anywhere on the CreateWindowEx documentation that marks it as no longer supported.

提交回复
热议问题