Click here to Skip to main content
15,891,597 members
Articles / Programming Languages / Visual Basic

Fixing Unregistered .OCX Files in Running Legacy Application on Windows 10 (64-bit)

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
18 May 2022CPOL2 min read 13.4K   10  
How to install and register .OCX components for legacy application
If you run a legacy application on Windows 10, you may run into an error message that says one .OCX component is not registered. This tip explains where to find these components and how to register them on Windows 10. I believe this trick will make this legacy app to work on Windows 11 too.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
turns good thoughts into actions...


Comments and Discussions