Can Silverlight be used in ActiveX Control?

I would like to create an ActiveX control that uses Silverlight. Is this possible / reasonable, and does anyone have some sample code for this?

I am working on an old (non-web) system that cannot directly use WPF / Silverlight controls. But the system can access ActiveX controls. The idea is that we can place Silverlight in an ActiveX control and therefore update our rather outdated interface.

+3
source share
1 answer

Read this article. Silverlight COM Ref.

activeX 'agcore.dll'. Windows 'npctrl.dll'.

, ActiveX.

: . IWebBrowser activeX silvelight "xaml".

+2

Source: https://habr.com/ru/post/1702461/


All Articles