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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top