Thanks very much.
Visual C# General
Hi,
in visual studio you can create 2 main kind of applications Windows Applications or Console Application. Sounds like you need a minimal UI, if at all so you can create a Console Application. That will generate an EXE and will display if you want a window like a command prompt. All you need to do in Visual Studio after you create the project is compile the project and it will generate an EXE for you.
Mark.