SW_HIDE can't hide full screen window

Cheng, Gong 1 Reputation point
2020-05-19T03:48:32.857+00:00

I have a window with

exStyle = 0;
style = WS_VISIBLE | WS_POPUP | WS_CLIPSIBLINGS | WS_CLIPCHILDREN;

and call ShowWindow(gameWindowHandle, SW_HIDE) not working

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,997 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Roy Li - MSFT 31,826 Reputation points Microsoft Vendor
    2020-05-19T07:38:47.403+00:00

    Hello,

    Welcome to Microsoft Q&A!

    Your issue about Win32 API is not supported right now. But there is a better place for asking questions about this issue, you could ask about this issue in General Windows Desktop Development Issues.

    Thank you.

    0 comments No comments