Win32: full-screen and hiding taskbar

前端 未结 6 1999
我在风中等你
我在风中等你 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 22:17

    I believe the taskbar will get out of the way when its shell hook tells it about a "rude app", this might take a little while.

    What if you start out with the window HWND_TOPMOST and make it not top most after 1 second?

提交回复
热议问题