PDA

View Full Version : how to make an exe of A CREATED PROGRAM in


shiela marie m
04-03-2007, 12:55 AM
visual basic 2005? help me guys about this. tnx.. i nid it in our project

deep_3657
04-03-2007, 01:00 AM
You have the option to make your project .exe file under File menu in your editor

Ian I
04-03-2007, 01:55 AM
Just go to 'File' and then click on 'make .EXE'. This will compile your program and create the .EXE which you can then run directly. If you distribute this to another computer, there are some other files you must also make sure are there...check the help file for more info.

Ian Ippolito
http://www.RentACoder.com
How Software Gets Done
14310 North Dale Mabry Hwy
Suite #280
Tampa, FL 33618

devjoel
04-03-2007, 02:55 AM
it automatically gets created when u compile, go into the project folder to find it.