//flex table opened by JP

Click to See Complete Forum and Search --> : Visual basic 6 + .exe help needed


RobFM
12-14-1999, 04:08 AM
What program do I need to be able to run VB6 projects as .exe programs?

Donkey
12-14-1999, 04:43 AM
On your own computer nothing else cos all the associated files and runtime libraries are already there.
On someone elses comp you need to get all the relevant files, ie. dll's, ocx's etc. There is a little app called the package and deployment wizard which does exactly what it says on the tin and packs up all the relevant files into self extracting exe and then you can distribute your program. It is all see explanatory once you find the program in the visual studio 6 tools menu on the start menu.

bdog
12-14-1999, 11:48 AM
Just open up the project, go to the file menu, and about 3/4 of the way down is make X.exe. Just click on that and it will compile it into and exe file for you.

RobFM
12-15-1999, 07:30 AM
Cheers Folks.