do i just copy the .exe to another computer or do i have to have a set up thing like all of the other programs. if so how do i make one? is there a certain form i can add to my project that will let me do this?
do i just copy the .exe to another computer or do i have to have a set up thing like all of the other programs. if so how do i make one? is there a certain form i can add to my project that will let me do this?
The exact requirements will depend on what version of VB, but generally speaking you will need to create a package which can be installed on the other computers. It depends, though. If you don't use anything out of the ordinary (esoteric ActiveX controls, for example) and the other computer already has the VB runtime, you might be able to just copy and run.
Comment