What is Visual Basic?

The Catch

The catch with all this, apart from the cost, is that your users will require the MSVBVM60.DLL file to run your VB program, along some others depending on which controls your application uses. The file is quite large (1.3MB), and although this is fine when distributed on a disk, it is quite a setback when you want to distribute your program on the web. Even though your users only need one copy of it, you never know if they will already have the file or not, and therefore you always need to provide it. One option is to separate the file so your users only download it if they need to. So save you having to upload the file to the web yourself, you can download it from microsoft at ftp://ftp.microsoft.com/Softlib/MSLFILES/VBRUN60.EXE

Please see VB Editions for information on the different editions and versions of Visual Basic available.

You might also like...

Comments

About the author

James Crowley

James Crowley United Kingdom

James first started this website when learning Visual Basic back in 1999 whilst studying his GCSEs. The site grew steadily over the years while being run as a hobby - to a regular monthly audien...

Interested in writing for us? Find out more.

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Debuggers don't remove bugs. They only show them in slow motion.”