Pergunta

I've created a simple application that I wish to be a process and not show up as an application inside taskmanager, simply because it is not an application. It was intended to be a process.

Foi útil?

Solução

You might want to read about Windows Services.

Walkthrough: Creating a Windows Service Application in the Component Designer

Creating a C# Service Step-by-Step: Lesson I

You don't give much information about what you application does, but either Console or Forms will be displayed on the TaskManager, and even as a process it will be shown over the Processes tab so I'm not sure what are your intentions with this.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top