Click here to Skip to main content
15,889,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all

Can we use Silverlight in our windows form application.
i have .net 3.5 installed on my machine

thanks in advanced:rose:
Posted

You can't use Silverlight in your windows form application even you have .net 3.5 installed on my machine.

But you can use WPF within your Windows Forms applications. It has more facilities than the Silverlight.


Kushan Randima.
Software Engineer.
DigiteQ Solutions PVT LTD.
 
Share this answer
 
See this forum question;
http://forums.silverlight.net/forums/p/37345/120413.aspx[^]

It looks like you need to use WPF instead.
 
Share this answer
 
Silverlight is a web based technology (despite the addition of the ability to run Out Of Browser). What this means is that Silverlight needs a web page to at least be accessed from initially - so, the answer would appear to be no, but that's not quite true.

Basically, all you need to do is host your Silverlight page in a web form which your application can get access to and display inside a WebBrowser control. It's a little bit convoluted, but it is possible.
 
Share this 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