Is it possible to make a Visual C# program that runs without a console or windows form? If so, how?
Sure- set the build output type to Windows Application under Project Properties, and don't show a form in Main. You can do whatever you want in there- you just have to manage the lifetime of the app somehow (eg, how do you plan to shut it down?)
You can also create a Windows Service app; start and stop the app via the Services Management console.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With