Need help?How do I turn my project into an EXE.? - MPGH - MultiPlayer Game Hacking & Cheats
How do I turn my project into an EXE.?
Posts 1–7 of 7 · Page 1 of 1
How do I turn my project into an EXE.?
I made a project and want people to be able to just click the exe and the program runs. How do i do this?
Save your project, Debug, and go to
C:\Documents and Settings\User\My Documents\Visual Studio 2008\Projects\ProjectName\Bin\Debug\Program.exe
Edit: Debug is F5
Originally Posted by kimodragon
I made a project and want people to be able to just click the exe and the program runs. How do i do this?
At the top it will say build in vb8 and go to build>build project name And it will save in visual studio>Projects>Project name>Project name>bin>release and then u drag ur exe file out of that folder.
and in vb6 file make project name into .exefile
And in VB6, click File > Make ProjectName.exe then fill in the exe name and hit enter, if there are no errors it should compile and make an EXE.
Originally Posted by That0n3Guy
And in VB6, click File > Make ProjectName.exe then fill in the exe name and hit enter, if there are no errors it should compile and make an EXE.
Yeah, and don't forget to save to desktop...
build it it should be at the top
Learn how to decompile hello world in java with ASM