using projects

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey Everyon
Ok so i've finished a project and now I want to give it to someone else without vb.net, (i want to give it to them as an exe file)
How do get the .vb net files to turn into .exe files so I can give it to other people
Thanks everyone.
 
When you Bulid your Project (or solution) they are compiled into an EXE (or
dll or other depending on what settings and projecttype you have)

The EXE file by default is place in the BIN folder directly under the root
of the projectfolder!

/Lars


Tom W said:
Hey Everyone
Ok so i've finished a project and now I want to give it to someone else
without vb.net, (i want to give it to them as an exe file)
 
Back
Top