Win32: full-screen and hiding taskbar

前端 未结 6 2010
我在风中等你
我在风中等你 2020-11-30 21:18

I have a window, which I SetWindowPos(window, HWND_TOP, 0, 0, GetSystemMetrics(SM_CXSCREEN), GetSystemMetrics(SM_CYSCREEN), SWP_FRAMECHANGED);

It covers

6条回答
  •  不知归路
    2020-11-30 21:59

    Raymond Chen describes the "correct" way to do this at his blog:

    https://devblogs.microsoft.com/oldnewthing/20100412-00/?p=14353

    Fiddling with the task bar window explicitly is not recommended behaviour.

提交回复
热议问题