How can I run the VB program on a computer which doesn't install Visual Basic?
Am I need to make the VB program as something like .exe program?
But how can I make it ?
Please teach me to do that !
Thx
Printable View
How can I run the VB program on a computer which doesn't install Visual Basic?
Am I need to make the VB program as something like .exe program?
But how can I make it ?
Please teach me to do that !
Thx
Hi,
first you have to compile the program (make an EXE). Then you should use the Package and Deployment Wizard shipped with VB to create a setup. Thus you include the DLLs and other files necessar to run your programm on other computers.
Hope this answers your question.
cu
Fraggle
From you project goto file then make exe. When the exe has been made use the packaging and deployment wizard to create a setup package which will include the VB runtimes and all components needed to run your project on a machine without VB installed
Run this setup on the client machine and it will install your project