I made a project and want people to be able to just click the exe and the program runs. How do i do this?
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
Last edited by trevor206; 09-07-2009 at 12:16 PM.
build it it should be at the top
Learn how to decompile hello world in java with ASM