how to build exe ? in visual studio c#

Just set your build to release

And From the build menu select build solution

Go to your application folder and in bin folder go to release folder and your exe is there.

Hope this helps..
 
wondery said:
i cant find compile command where is it ? i want to make my windows form (c#) to exe

How you cant find the EXE?
not only the Release, but Debug also makes an EXE file.
 
Back
Top