Is it possible to build a Console app that does not display a console Window when double-clicked?

前端 未结 5 1393
余生分开走
余生分开走 2020-12-24 13:36

Related:
Should I include a command line mode in my applications?
How to grab parent process standard output?
Can a console application dete

5条回答
  •  时光取名叫无心
    2020-12-24 14:03

    See Can a Win32 console application detect if it has been run from the explorer or not?

    Or I think the official way is to check the parent process is cmd.exe or explorer.exe

提交回复
热议问题