Does anyone know what the *.*dll file is called that is needed to run VB programs? I have version 6.0 if that matters.
Thanks
Printable View
Does anyone know what the *.*dll file is called that is needed to run VB programs? I have version 6.0 if that matters.
Thanks
msvbvm60.dll -VB- 6.0
Msvbvm50.dll -VB- 5.0
Vb40032.dll -VB- 4.0 32bit
Vb40016.dll -VB- 4.0 16bit
Vbrun300.dll -VB- 3.0
Vbrun200.dll -VB- 2.0
Vbrun100.dll -VB- 1.0
And there is another dozen more depending on what controls you have placed on your forms.
(stdole.tlb, comctl32.dll, comcat32.dll, ... etc)
Check out http://www.microsoft.com there should be a place there that has a VB6 runtime files section wich a zipped container of all this stuff... about 4MB I think
Does msvbvm stan for microsoft visual basic virtual machine
[Edited by Bjwbell on 10-04-2000 at 12:04 AM]