| IF your program is simple enough to not have any additional dependicies, you can use the make exe option and use the resulting file. You will also need the applicable .dll files delivered by VB on installation.
If your program is more than just simple, you will want to go through one of the package building software programs, some of which were mentioned above. You'll spend WAY to much time trying to find all the modules your program is dependent on, and what folder(s) they need to be in to make your program run. |