Click here to Skip to main content
15,891,749 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

We can make activeX work in WPF by putting WinForms panel inside WPF, and an ActiveX wrapper inside the WinForms panel (it works)

Can we do something same for Silverlight ??
Anyone know how to get an activex object hosted inside a silverlight webpage or desktop application.
Posted

1 solution

WPF is basic a Window based application and it required Framework 3.5 or greater to run on a machine. Whereas Silverlight uses just Runtime Libraries to run on a browser or Sandbox and also it does not have the WindowsHost control or something to host the ActiveX
 
Share this answer
 

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900