I know that you can create a Windows Forms application and set it to be invisible. And if I create a console application (the console window will open- and I have no use for the console), how do I create a simple application that has no GUI at all?
Share
Create a windows application, remove the Form1.cs file, edit the Program.cs file to remove the lines
Put your own code instead, and you’re done.