How could i make sort of a "background application"? Just a personal application that monitors another program that i have written.
Basically i need to know how to make a C# application without a user interface (Console, or windows form).
Thank you.
Printable View
How could i make sort of a "background application"? Just a personal application that monitors another program that i have written.
Basically i need to know how to make a C# application without a user interface (Console, or windows form).
Thank you.
Windows Service?
Whats against having it in the system tray so you can switch it on or off as needed.