I have a VB application that I want to post, however the application won't download for other people.
I need to know how to make it an .exe.
Help please?
if your in vb6 you click file>(right under Print)>Make *.exe if your using another language google is yur best friend
Originally Posted by Tierrize
if your in vb6 you click file>(right under Print)>Make *.exe if your using another language google is yur best friend
I'm in VB 2008.
Originally Posted by RPB93
I'm in VB 2008.
So click Save All( then pick a folder)
then click Build -> build program name or somethign then go to ur folder that u saved it in, it should be something like
folder name
program name
bin
release
.exe here
Originally Posted by RPB93
I'm in VB 2008.
Click file, save all, ok, ok, yada yada, then go to documents, find Visual Studio 2008, and find the name of the application, double click that, double click projects, then click obj or something like that (if wrong, then search all the folders, and find the .exe...
And don't change the location, you might just fuck it up if you do...