How do I create a .exe file from a Windows Forms application?
And I want to use it on other computers without installing Visual studio, just run it as an application.
How do I create a .exe file from a Windows Forms application?
And I want to use it on other computers without installing Visual studio, just run it as an application.
After building the application, just go to the bin
folder and you will find your .exe file.