How to hide window from “Applications” tab in task manager?

后端 未结 1 1308
旧时难觅i
旧时难觅i 2021-01-13 05:11

I have question regarding the CreateWindowEx function. I have 2 windows, a main one and a popup one. I want a popup window to hide everywhere. It is currently not displayed

相关标签:
1条回答
  • 2021-01-13 05:59

    Make it a child of your main window. Do this by changing the fourth last parameter to the HWND of your main window. This SHOULD make windows treat your popup window as part of the same application as your main window.

    0 讨论(0)
提交回复
热议问题