Develop a program that runs in the background in .NET?

后端 未结 6 1706
天涯浪人
天涯浪人 2020-12-04 08:53

I have made a small program in C# that I want to run in the background and it should only appear when a certain key combination is pressed. How can I do this?

6条回答
  •  旧巷少年郎
    2020-12-04 09:21

    If you really want to create a program that really run in background, try to create a Windows service. Its there if when you create a new project

提交回复
热议问题