HOW DO I RE-INSTALL,COMPONENT, MSVBVM60.DLL

S

serafina

can you please help me re-install the following windows components:
maximizer_startup.exe................msvbvm60.dll
 
B

Barry Davies

How can I ask about going into other kinds of shaw groups. It is a
personal
question so can you get back to me in an e-mail to me personally.
 
J

John Vinson

can you please help me re-install the following windows components:
maximizer_startup.exe................msvbvm60.dll

You might want to ask this question in an appropriate Windows
newsgroup. This newsgroup is for questions about the database program
Microsoft Access.

Please scroll down the list of subjects and find a group for your
particular version of Windows.

John W. Vinson[MVP]
 
M

Mike Labosh

can you please help me re-install the following windows components:
maximizer_startup.exe................msvbvm60.dll

It's better to ask that in a Windows or Visual Basic (VB) group, since we're
all database geeks here, but here's how you fix it:

1. Fast way, but not as safe:
a. Get a copy of MSVBVM60.dll from another computer that's running your
version of windows. It will be in the other computer's C:\Windows\System32
folder
b. Put it onto your computer, in your C:\Windows\System32 folder.
c. Open up a command prompt and enter the following 4 commands, one at a
time:

C:
CD\windows\system32
REGSVR32 msvbvm60.dll
EXIT

2. Time consuming way, but safer:
a. Goto
http://msdn.microsoft.com/vstudio/downloads/updates/sp/vs6/sp5/default.aspx
b. Scroll down to the "Visual Basic" section and download and run the
VB6SP5.exe service pack for your language.

--
Peace & happy computing,

Mike Labosh, MCSD

"When you kill a man, you're a murderer.
Kill many, and you're a conqueror.
Kill them all and you're a god." -- Dave Mustane
 
Top