If you dont use visual studio, download a free copy of Visual C# Express from Microsoft.
Create a project for your application in Visual Studio and code it.
Build the project (F6 is the shortcut I think) inside visual studio.
Browse to the project directory (usually My Documents\Visual Studio [releaseyear]\Projects\ApplicationProjectName\ApplicationProjectName)
Open the bin Folder, and then the release folder. An exe should be there.
**just some notes:
The target computer will need the .NET framework installed (I would recommend version 3 for good compatibility). There is no workaround (for brevity's sake, and to not confuse you).
Visual C# Express includes a publish tool for clickonce deployments. I don't like it but you can try it out and see if it is suitable for you. You can access it though the menu (Project >> Publish)
Hope this helps.
Reputation Points: 975
Solved Threads: 140
Posting Virtuoso
Offline 1,624 posts
since Feb 2007