2018年2月26日星期一

Prevent Windows taskbar still being visible when applications are in fullscreen.

Sometimes the taskbar keeps still visible when applications go into fullscreen. Restarting the explorer.exe would be a solution, but it's not so decent. The WS_EX_TOPMOST flag could be removed by calling SetWindowPost. So I wrote a small program to solve this problem.

The source code could be viewed here.
The compiled binary could be downloaded here (If you trust me).

没有评论: