DeathFox Member Posts: 57 From: Registered: 04-25-2006 |
How do I compile the finished project into a .exe file? |
HanClinto![]() Administrator Posts: 1828 From: Indiana Registered: 10-11-2004 |
VB -- are you talking VB6 or VB.NET? If VB.NET -- when you "build" your project, if you look in your source file directory, you'll see a "bin" sub-folder (stands for binary -- which is another word for compiled), then in there you will probably see a "debug" folder. In that folder will be an .exe of your program. --clint |
DeathFox Member Posts: 57 From: Registered: 04-25-2006 |
Im using VB8 (2005) . Is it the same? |
kenman![]() Member Posts: 518 From: Janesville WI Registered: 08-31-2006 |
Make sure to either use the right arrow (start debugging) to find in debug. You may also use build - build (project name) |