I am currently working on a simple Silverlight app that will allow people to upload an image, crop, resize and rotate it and then load it via a webservice to a CMS.
Hi I am creating a Canvas in code behind like below: Canvas musicPlayerCanvas = new Canvas(); musicPlayerCanvas.Background = new SolidColorBrush(Colors.White);
I want to override the selection behavior of ListBox Items. We can traverse through ListBox items using Up and Down arrows but I want to traverse the list using Left and Right arrow keys.
In general, is it better to have a web application make lots of calls to a web service getting smaller chunks of data back, or to have the web app make fewer calls and get larger chunks of data?
I am trying to set the Media Elements position by following code: MediaElement musicPlayer = new MediaElement();
Can Any body tell why window class library can\'t be added in the silverlight project. I have created window class library but can\'t add that class library in 开发者_JAVA技巧the Silverlight project ?
How to implement MultiBinding in Silverlig开发者_高级运维ht 3?Here\'s an implementation that works slightly differently: http://www.olsonsoft.com/blogs/stefanolson/post/Improvements-to-Silverlight-Mul
Here is the my Xaml Code. Here I have changed the Foreground of the cell depending on thecurrent age of the person.
I am new in silverlight .. unlike windows form ,I am unable to find menu item in silverlight . How to add menu item in xaml file.
I know that Silverlight doesn\'t directly support the WPF开发者_JAVA技巧 bitmap effects, but I also know that Silverlight 3 supports HLSL shaders. Would it be relatively simple to write a bevel effect