Advanced Forum Search Results
-
Hi,
I try to load a WriteableBitmap from a BitmapImage (see my code).
But I have a NullReferenceException when the code access to writeablebitmap.
What is the problem? Thanks,
WriteableBitmap writeableBitmap = new WriteableBitmap(new BitmapImage(new Uri("Images/Tree.jpg", UriKind.Relative));writeableBitmap.Lock();
try
{int ...
-
Could Silverlight run-time run on Windows CE 6.0 ?
-
Does anybody have already use a licensing software on a Silverlight product?
Can you tell me if it's possible because I haven't found a solution yet.
I want to make a trial version of a silverlight dll and I want to give the possibility to the customer to activate it online.
Any ideas?