首页 > 解决方案 > OCX control not loading into IDC_Explorer Web control;

问题描述

My app brings up a window that has a Web Control inside it. The web control is passed an html page to display. On the page is a tag that loads an OCX. The ocx is located in the same folder as the application. In the non UWP version this all worked because the OCX is registered and the appropriate entries are made in the System Registery. As we know the registery works differently in a UWP Bridge App. It appears the converter caught and made the correct entries in the "Registry.data" file. If I retrieve the entries (using the GUID of the OCX) using code inside the app the values look correct. I suspect that the App is looking inside the "Registry.data" file but the Web Control is looking in the System registry and does not find the OCX. Any advice would be greatly appreciated. Neil

标签: desktop-bridge

解决方案


推荐阅读