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

前端 未结 5 1392
余生分开走
余生分开走 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:13

    Would this be more like a Service then?

    OR

    What About a Windows Forms application that doesn't have a visible form? It would still show up in the Task Manager Processes list.

提交回复
热议问题