Vb 2008 - how to make exe ~ please help!

If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
21 posts Page 1 of 3
User avatar
TheSecretBoy
Top Poster
Top Poster
Posts: 195
Joined: Wed Jun 09, 2010 9:39 am

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 )
Code'N'Stuff
TheSecretBoY
Dont forget to give thanks for those helpful posts cooll;
User avatar
Insignia
VIP-Member
VIP-Member
Posts: 238
Joined: Thu Feb 11, 2010 5:15 pm

By going to Build -> Build *ProjectNameHere*
User avatar
TheSecretBoy
Top Poster
Top Poster
Posts: 195
Joined: Wed Jun 09, 2010 9:39 am

i build but where the .exe file please help
Code'N'Stuff
TheSecretBoY
Dont forget to give thanks for those helpful posts cooll;
User avatar
Insignia
VIP-Member
VIP-Member
Posts: 238
Joined: Thu Feb 11, 2010 5:15 pm

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
User avatar
XTechVB
VIP - Site Partner
VIP - Site Partner
Posts: 727
Joined: Thu May 20, 2010 10:32 am

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
You can find me on Facebook or on Skype mihai_92b
User avatar
bisnes_niko
Serious Programmer
Serious Programmer
Posts: 409
Joined: Tue Aug 24, 2010 1:21 pm

Form Load ->
Process.start(CurDir()) ' or Application.StartupPath
End Sub
User avatar
TheSecretBoy
Top Poster
Top Poster
Posts: 195
Joined: Wed Jun 09, 2010 9:39 am

Ok i will check go test if it work or not REPLAY PLease ok In Full Softwares
Name : Wordpad ++
ok..
Code'N'Stuff
TheSecretBoY
Dont forget to give thanks for those helpful posts cooll;
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

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;
http://vagex.com/?ref=25000
User avatar
bisnes_niko
Serious Programmer
Serious Programmer
Posts: 409
Joined: Tue Aug 24, 2010 1:21 pm

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)
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

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 ^^
http://vagex.com/?ref=25000
21 posts Page 1 of 3
Return to “Coding Help & Support”