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?
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