Quote:
Originally Posted by Krip Alright, man thanks for all the help.
Now, I have one last and final thing. I want to convert all the files into an .exe because when I public it it contains a lot of different files and a folder.
Thanks bro! |
Alright, there are some things you probably want to add in before building, like an Icon for the .exe and an Icon for the forms etc, these can be done by going to Project > <name of project> settings > Application Tab > and then there is an option for an Icon, and Name settings which you might want to change. As well as at the bottom check Make single instance application. To add icons to the forms just go to the form properties and search for the icon option and look around. The icon has to be 16x16 pixels I think. Now after all that's done and you want to build it, just go to the top where it says Build and hit Build <Project name>. Now i'm guessing you have everything in My documents, so go there go to Visual Studio 2008 > Projects > <Project Name folder> > <Project Name Folder > bin > release > and then the .exe should be in there.