I have a created a display control with two Columns - 1. A thumbails list and 2. Listbox of images. The images are written to writeable bitmap and then added to listbox items.
As you know, you can use MediaElement.SetSource(Stream) to set the media source to a stream like a file on local hard drive, now assume that the video is consisted of multiple str开发者_StackOverflowe
From the silverlight app public MainPage() { InitializeComponent(); HtmlPage.RegisterScriptableObject(\"MainPage\", this);
So, I\'ve got Visual Studio 2010 and am working on a Silverlight 4 project. Recently, my dear VS started to, randomly by the way, not build due do an out of memory error.
I have developed one OOB SL4 applicaton for a food chain, and it stores outlet bills locally in isolated storage, and these bills gets uploaded when Internet connection would be available. All is work
I\'ve been using mvvm to develop a RIA service sl4 app and i seem to be missing something. The MVVM and databinding works nice when your da开发者_StackOverflowta comes in the expected format for edit
i have silverlight application in which i have added one toggle button to expand row.at same time i have 2 textbox and 1 button on same row.my toggle button is working fine but when i click on textbox
I have one silverlight appl开发者_运维百科ication hosted in HTTPS and another in HTTP. How can I send messages between them? Silverlight\'s local messaging system can not send messages between silverl
Me having a local xml file and need to load it to Isolated Storage when my app. starts for first time. but if i am opening that file using stream OR File.Open it\'s throwing an error.
I have a telerik gridview <UserControl x:Class=\"TelerikGridViewComboBoxExample.MainPage\" xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"