I\'m making a game in Silverlight, and I\'d like to give it some backgr开发者_开发知识库ound music. And in particular I\'d like to avoid including the MP3 in the initial download (the XAP) - so that t
I think im starting to understand how to use MEF now. But im still not sure what the best way of utilizing MEF in order to handle controlling user access.
I understand I can use a TreeViewDragDropTarget to wrap the TreeView and the ListBoxDragDropTarget to wrap the ListBox and then I can drap and drop items from one to the other.
In WPF I would use an Obje开发者_运维百科ctDataProvider. This dosn\'t seem to be available in Silverlight 3.
I\'m开发者_C百科 using expression blend and can\'t figure out how to go about fading a color image to grayscale. Can I do it in the xaml or do I need to handle this in my C#?Couple ways to do it.
Is there no such thing as built in menu control in Silverli开发者_如何学编程ght 3?No, there isn\'t.
Right now i can change the look of the button to an ellipse with a background image. However, when i click on it, i don\'t feel the CLICKING EFFECT of the normal buttons in Silverlight
I have a data grid of strings which are the names of files on a remote web server. So my question is, when the user clicks on a row in the datagrid, a corresponding file should then be downloaded by
I have a project that needs to be upgraded in stages. I need to implement Entity Framework v4 first and then eventually upgrade the Silverlight v3 application to v4.
How can i implement zoom , Pan , Magnify in silverlight. I have big image so my image is inside scroll viewer.