-
Hi all,
How can create my VB program with all of the
@#$@# DLL or OCX so that it will run on the
machine that I loaded the exe file?
It used to be that you can make the project
into an exe, but don't know where Bill Gates
hide the option.
Thanks for the help in advance.
Jay
The difference between a robot and a man is the
ability to dream.
-
You can still turn your project into an exe. In vb 4.0 it was called the setup wizard which made all of your setup files to install onto a computer. In vb 6.0 it is call the package and deployment wizard. If you use these wizards first and then use the setup.exe file that was created through these programs, to install the projects exe on your computer, all of the references in your project to various .dll's and .ocx's will be installed to your registry automatically.
-
Thanks for the info, Morris. It should not be
that difficult, but it seems like Bill Gates
is trying very hard to make life more
challenging everyday.