Visual Basic Classic
--
Questions
--
Followers
Top Experts
i have a vb6 program that is showing an error
run-time error 713
class not registerd
you need the following file to be installed on your machine
MSSTDFMT.dll
any idea how to fix this?
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Hello,
yes, you just need to register le DLL as indicated. (REGSVR32 File)
You can put the file at any place, then register it at this place.
But it is better to put the dll in the same directory as the application that needs it. (for future copy, and reinstallation).
I have a version of this file: 116 K 6.0.88.4, as I still have some VB6 applications.
Here is the file : msstdfmt.dll, if necessary.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Visual Basic Classic
--
Questions
--
Followers
Top Experts
Visual Basic is Microsoft’s event-driven programming language and integrated development environment (IDE) for its Component Object Model (COM) programming model. It is relatively easy to learn and use because of its graphical development features and BASIC heritage. It has been replaced with VB.NET, and is very similar to VBA (Visual Basic for Applications), the programming language for the Microsoft Office product line.