Top "Silverlight-4.0" questions

Silverlight is Microsoft's cross-browser, cross platform plug-in for media experiences and rich interactive applications.

Best way to read through xml

HI I have a xml document like this: <Students> <student name="A" class="1"/> <student name="…

c# xml silverlight silverlight-4.0
Silverlight 4.0 PDF Viewer

Any free control to view PDF for Silverlight? or how to view pdf in silverlight from memory stream?

silverlight pdf silverlight-4.0 stream viewer
Silverlight 4.0: How to convert byte[] to image?

public Image Base64ToImage(string base64String) { // Convert Base64 String to byte[] byte[] imageBytes = Convert.FromBase64String(base64String); MemoryStream …

silverlight-4.0 bytearray base64 system.drawing
DateTime Convert from int to Month Name in C#, Silverlight

I am trying to print out the name of the month not the integer value of each month. (for example …

datetime silverlight-4.0 c#-4.0
How to access a specific item in a Listbox with DataTemplate?

I have a ListBox including an ItemTemplate with 2 StackPanels. There is a TextBox in the second StackPanel i want to …

c# xaml windows-phone-7 silverlight-4.0
The Breakpoint will not currently be hit: No symbols have been loaded for this document

I am using VS2010, and Silverlight 4. When I run my code the debugging does not work (I get the above …

silverlight visual-studio-2010 silverlight-4.0
VS2010 Code: 2104 Could not download the Silverlight application

I've just started getting this Javascript error running VS2010 with SL4 Error: Unhandled Error in Silverlight Application Code: 2104 Category: InitializeError …

silverlight visual-studio-2010 silverlight-4.0
listbox items orientation to horizontal

How to make the listbox items orientation to horizontal in the default styling of a listbox. What i mean by …

c# silverlight silverlight-4.0
Windows Phone 7: Highlight Selected Listbox item

I have the following XAML (simple list box with custom DataTemplate). I'm trying to figure out how to highlight the …

silverlight silverlight-4.0 listbox windows-phone-7
How can I convert WriteableBitmap to BitmapImage?

BitmapImage bitmapImage = new BitmapImage(new Uri("arka_projects_as_logo.png", UriKind.Relative)); Image uiElement = new Image() { Source = bitmapImage }; ScaleTransform …

c# silverlight silverlight-4.0 bitmapimage writeablebitmap