Creating Applications

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

Guest

How do you create an application (.exe) from a VB project with VB.NET?
 
There should be a menu called "Buiild", go there and then click "Build (name of your app)" It will then be placed in the bin folder. You can changed where it is saved by going to the "Project" menu, and going to the bottom, which is "(name of your app) Properties..."
 
If its simple enough, you can just copy the exe to another computer.
 
I tried to copy and run the application on another computer but it looks like .NET framework has to be installed on the target computer. Is there a way around this?
 
Don't think so.


Anna said:
I tried to copy and run the application on another computer but it looks
like .NET framework has to be installed on the target computer. Is there a
way around this?
 

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