vote up 1 vote down star

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

I am working in a legacy (non web) system that cannot directly use WPF/Silverlight controls. But the system can access ActiveX controls. The thought is that we may be able to host Silverlight in an ActiveX control, and therefore update our rather dated UI.

flag

2 Answers

vote up 1 vote down

Read this article. Silverlight COM Ref.

The article indicates activeX controls in 'agcore.dll' On windows it is actually imported through 'npctrl.dll'.

you compile may have some sort of activex control wizard.

EDIT: With that said. It might be as easy to host IWebBrowser in an activeX control and embedd silvelight into the browser control from local storage via 'xaml'.

link|flag
vote up -4 vote down

Hi,

Why do you want to do this? I cant think of a reason for this myself but could you give a little more information?

link|flag
You should use add comment on the question for this. It is not answer. – AnthonyWJones Jan 30 at 9:38

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.