How to Make an EXE in VB.net

If you're using VB, the redistributable exe will be in the bin folder under your project. If using C#, it'll be in the bin\Debug (or whatever configuration you're using) folder.
 
Back
Top