I need "stkit432.dll" file for a routine in VB6. It was told me this file was distributed with VB4 and VB5 but my compiler is the VB6 one, which doesn't have it.
Who can help me?
My best regards
José Nogueira
Printable View
I need "stkit432.dll" file for a routine in VB6. It was told me this file was distributed with VB4 and VB5 but my compiler is the VB6 one, which doesn't have it.
Who can help me?
My best regards
José Nogueira
This link will take you to the files beginning with "s". Just scroll down until you see stkit432.dll and click on it. You can then download the file you need.
You will probably have to place it in your C:\Windows\System folder and register it. To register it, go to Start/Run... and type:
regsvr32 "stkit432.dll"
Windows Drivers
Hope that helps!
VB4 = Stkit432.dll
VB5 = Vb5stkit.dll
VB6 = VB6STKIT.DLL
This page got the drivers you need.
http://www.vbi.org/Folders/index.asp?id=605&t=16777079
-Lumin