To copy a program in Visual Basic to your computer
The programs are stored as *.zip files. Proceed as follows:
- Copy the *.zip file to your computer
- Create a file named after the name of the program in directory
C:\Arquivos de Programas\
(For instance, for the program "NTCLin" create the file
"C:\Arquivos de Programas\NTCLin").
This is necessary because internal addressings, written in the code of the program, are
written in this way.
- Extract all files from file *.zip.
- Copy all extracted files to the file you have created ("C:\Arquivos de Programas\[Name
of the Program]")
- Open, in Visual Basic 5.0, the file *.vbp
- Click in "Run".
Back
|