0

I made a program in windows forms - c#, using visual studio (2017). My question is how can i export my program from visual studio, to my desktop?

afterm3
  • 69
  • 1
  • 5
  • 6
    Just compile it and get the EXE. – SLaks May 26 '17 at 18:49
  • Does this answer your question? [How do I create an EXE file from Windows Forms?](https://stackoverflow.com/questions/34255864/how-do-i-create-an-exe-file-from-windows-forms) – Josh Correia May 16 '21 at 07:07

1 Answers1

1

If you want to learn how to deploy your windows forms application click here to have more information. This topic explains how to publish your application with clickonce or without clickonce, and how to create a setup file to deploy your applications.

Omer Faruk Zorlu
  • 371
  • 1
  • 18