run vbproject without downloading vb
hai...
i have developed a vb project....
i ve to now say show a demo to my client on his comp...
how to run a vb project without actually downloading vb..
(i ment his comp not loaded with vb)
can it be done thru some .exe file... if so pls let me know the procedure to do so..
thnk..
Re: run vbproject without downloading vb
You can always make an .exe file from your project. Believe the option is on the file menu.
Re: run vbproject without downloading vb
and then create an installable package...
Re: run vbproject without downloading vb
As vb5prgrmr stated: create an installation package. Don't just create an exe file and pass that. If the other pc does not have the files installed that your exe requires, it won't run.
VB comes with the Package and Deployment Wizard you can use to create a setup.exe file. Other tools are available also like Inno for example. Here's a FAQ page for installers.