Page 1 of 3
Vb 2008 - how to make exe ~ please help!
Posted: Thu Aug 26, 2010 6:13 pm
by TheSecretBoy
Hello guys
please i need help .. i made a few programs and i need your help!
how to make it .Exe
i mean no DLL or Other program files..
so any body can help me please
{Sorry For My Quick Bad English}
My New Softwares :
-Wordpad ++ ( Advanced )
-Mini Picture Viewer ( dunnno; )
-Win7 Computer (Little App Info & More )
Re: Vb 2008 - how to make exe ~ please help!
Posted: Thu Aug 26, 2010 6:36 pm
by Insignia
By going to Build -> Build *ProjectNameHere*
Re: Vb 2008 - how to make exe ~ please help!
Posted: Thu Aug 26, 2010 6:38 pm
by TheSecretBoy
i build but where the .exe file please help
Re: Vb 2008 - how to make exe ~ please help!
Posted: Thu Aug 26, 2010 6:41 pm
by Insignia
TheSecretBoy wrote:i build but where the .exe file please help
There is a Visual Studio folder in C:\Users\YourName\Documents\ on Vista and Windows 7.
Most likely C:\Documents and Settings\Name\ in Windows XP
Re: Vb 2008 - how to make exe ~ please help!
Posted: Thu Aug 26, 2010 7:04 pm
by XTechVB
debug/build your app then go to file --> SaveAll browse and select your desktop and click ok
that's it go to your desktop there should be a new folder there with your app name search you exe there usually yourappname --> bin --> debug yo should find the exe there
Re: Vb 2008 - how to make exe ~ please help!
Posted: Thu Aug 26, 2010 7:07 pm
by bisnes_niko
Form Load ->
Process.start(CurDir()) ' or Application.StartupPath
End Sub
Re: Vb 2008 - how to make exe ~ please help!
Posted: Thu Aug 26, 2010 7:40 pm
by TheSecretBoy
Ok i will check go test if it work or not REPLAY PLease ok In Full Softwares
Name : Wordpad ++
ok..
Re: Vb 2008 - how to make exe ~ please help!
Posted: Thu Aug 26, 2010 9:37 pm
by Axel
macHard wrote:Form Load ->
Process.start(CurDir()) ' or Application.StartupPath
End Sub
that was not even the question... i guess you just wanna be smart ? goofy;
Re: Vb 2008 - how to make exe ~ please help!
Posted: Thu Aug 26, 2010 9:46 pm
by bisnes_niko
YourSocksRoxx wrote:macHard wrote:Form Load ->
Process.start(CurDir()) ' or Application.StartupPath
End Sub
that was not even the question... i guess you just wanna be smart ? goofy;
that way he could have found the directory hes lookin for
(but thats the debug folder)
Re: Vb 2008 - how to make exe ~ please help!
Posted: Thu Aug 26, 2010 10:34 pm
by Axel
macHard wrote:YourSocksRoxx wrote:macHard wrote:Form Load ->
Process.start(CurDir()) ' or Application.StartupPath
End Sub
that was not even the question... i guess you just wanna be smart ? goofy;
that way he could have found the directory hes lookin for
(but thats the debug folder)
when you compile you will have a different directory. and if you just press build, your .exe will be located in myapp -> obj -> debug
EDIT : pwned 2 times ^^