How do I make my project executable. I just want to create a shortcut on my desktop that will run the program. I know in VB 6 all you had to do was click on file and select the option make program executable.
Printable View
How do I make my project executable. I just want to create a shortcut on my desktop that will run the program. I know in VB 6 all you had to do was click on file and select the option make program executable.
Go to the Build menu, then you can build the whole solution or build <name of project>. Your exe will be in the bin directory of where you have the project file.
what's a "solution"
Basically just a group of projects. So building a solution will build all of the projects in that group.