How to Make an EXE in VB.net

If youre using VB, the redistributable exe will be in the bin folder under your project. If using C#, itll be in the bin\Debug (or whatever configuration youre using) folder.
 
Back
Top