How does one hide a win32 app window?

后端 未结 5 1513
不知归路
不知归路 2020-12-19 09:48

I want to run the app in silent mode by passing in a parameter, otherwise I will show the window.

5条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-19 10:08

    I think a better solution will be not creating the window if not needed. Take a look at the main function and you will see the code that creates the window. Call it only if you want to launch the window.

提交回复
热议问题