Is image processing possible in silverlight 2.0?
What I want to do is take an image, crop the image, and then send the newly cropped image to the server. I know I can fake it by cutting the i
Is image processing possible in silverlight 2.0?
What I want to do is take an image, crop the image, and then send the newly cropped image to the server. I know I can fake it by cutting the i
I have a silverlight list box, and I want to remove the color change highlighting that occurs when the user selects an item in the list box.
By default , When selecting an item, the light blu
I have encountered great difficulties in trying to achieve something that should be trivial. I am using the implicit button style defined in the global XAML resource file. I just want to use ColorA
I have a checkbox. In its check event I want to turn off IdleDetectionMode and unchecked event I want to turn on. This is the code: –
private void chkRunInBackground_Checked(object sender, Ro
Is there a way to create a resizable child window in silverlight 3? Any pointers are greatly appreciated. I don’t have any actual code, but you may want to subclass ChildWindow and add it in Chi
I used the Silverlight 4 toolkit to create a Silverlight chart, which is released in April.
Please consider the following chart:
< /p>
So far so good. I can use MySuperChart .S
How to customize the style of pushpins on the Bing Maps Silverlight control? I checked the document shown here (http://www.microsoft.com/maps/isdk/silverlightbeta/#MapControlInteractiveSdk.Tutorial
I have this:
In the newly launched Ag 3 application in VS2008. I just changed the default to and added a KeyDown handler that pops up the MessageBox. < /p> But no matter how I try, the KeyD
So from System.Web& HttpContext is not available in Silverlight is there a way to do HtmlDecode&HtmlEncode in a Silverlight application without some terrible regular expressions? System.Windows.
Is Silverlight RIA worth learning or should I stick to normal Silverlight?
Background:
>I made a few small applications in WPF
>I have used business applications in the VB6/WinForms mod