Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Can I host the WPF /Winforms controls in silverlight screen
Posted

1 solution

Not that I'm aware, silverlight has a dramatically restricted command set (for security reason running in a browser) running a winforms app would completely negate that.

The same probably applies for a WPF although moving a WPF app to SL should be doable by rewriting around the subset.
 
Share this answer
 
Comments
Venkatesh Mookkan 17-Feb-11 1:18am    
Good answer!

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



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