Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Can we make a silverlight application, hosting MSHTML and working in design mode?
2 replies. Latest Post by enjoydev82 on July 9, 2009.
(0)
enjoydev82
Member
0 points
2 Posts
07-07-2009 2:36 AM |
Hi all. :-)
We have an HTML editor product, using MSHTML design mode, deployed as ActiveX control.
But many clients of us don't like ActiveX. So we need a new technology.
We want to use the design mode of MSHTML and run the app on most browsers.Can the silverlight be a good solution for us?Where can we find the articles about this?
Thanks.
ken tucker
All-Star
16282 points
2,482 Posts
07-07-2009 5:58 AM |
No you can not use an activex control in silverlight. Silverlight uses xaml not html
07-09-2009 3:58 AM |
Yes, you're right.
So we decided to make a WPF web application, hosting System.Windows.Forms. And the MSHTML would be hosted in the Forms.
The only problem is our future clients should install the large runtime env. T.T
Anyway, thanks for your answer. :-)