![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |
| |||
| You would have to package your program by making a executable. This can be found in file. Here are some sites that can run you through it. http://visualbasic.about.com/od/usevb6/l/bl0001a.htm http://support.microsoft.com/kb/830761 http://msdn2.microsoft.com/en-us/library/aa733707(VS.60).aspx |
| |||
| 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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |