Im trying to make a program but I dont no how to publish my program with out haveing all those files in my program for it to work.I want to have this program as a .exe.And im new to this so im not sure
Originally Posted by sora295
Im trying to make a program but I dont no how to publish my program with out haveing all those files in my program for it to work.I want to have this program as a .exe.And im new to this so im not sure
In vb.net click Build in the menu bar then Publish ***** (* = application name) and go through the wizard... How did you write the software and not know how to publish it? That's kinda the basic of basics, well now you know
i no how to publish it, it just comes with about 6 or 8 files that is what i dont want//i just want my program ti have as less files as needed
Originally Posted by sora295
i no how to publish it, it just comes with about 6 or 8 files that is what i dont want//i just want my program ti have as less files as needed
First go to File, on the top left corner of visual basics, then click Save All
It pops something up, but you can ignore that, just click OK.
Then, Debug your program.
Now go to your Documents:
My Documents > Visual Studio 2008 > Projects > the name of your program (as a folder) > the name of your program (as a folder) > Bin > Debug > name of your project.exe
Some times the .exe will need .dll files, like if you are making a IP Viewer, it would come with 2 .DLL files