I am using WINDOWS 10 After registering the DLL, use the registered DLL in Objects-> Widgets-> ActiveX.
It seems that WinCCOa has an ActiveX list even after releasing the DLL. Where can I initialize
Where do I clear the list of installed ActiveX
- SMT_SOL
- Posts:23
- Joined: Fri Feb 07, 2020 2:04 am
Where do I clear the list of installed ActiveX
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Where do I clear the list of installed ActiveX
The list of installed ActiveX elements is read from the operating system. This list is not generated and managed by WinCC OA.
If you want to remove some components please check how to remove an ActiveX in Windows.
Best Regards
Leopold Knipp
Senior Support Specialist
If you want to remove some components please check how to remove an ActiveX in Windows.
Best Regards
Leopold Knipp
Senior Support Specialist
- SMT_SOL
- Posts:23
- Joined: Fri Feb 07, 2020 2:04 am
Re: Where do I clear the list of installed ActiveX
Thank you for your kind reply~ 
- SMT_SOL
- Posts:23
- Joined: Fri Feb 07, 2020 2:04 am
Re: Where do I clear the list of installed ActiveX
In the previous answer, I found that the list of ActiveX controls came from the WINDOW assembly. If the WINDOW COM object used by WINCCOA is deleted from the assembly, it still remains in the WINCCOA list.
Can you tell me exactly where WINCCOA gets the list of ActiveX controls to clean that list?
Can you tell me exactly where WINCCOA gets the list of ActiveX controls to clean that list?
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Where do I clear the list of installed ActiveX
As written before the information is read from the operating system, in detail from the Windows Registry.
If there is a mismatch you have to check the Windows Registry.
Best Regards
Leopold Knipp
Senior Support Specialist
If there is a mismatch you have to check the Windows Registry.
Best Regards
Leopold Knipp
Senior Support Specialist