Is there any support for video+audio recording u开发者_运维问答sing webcam and mic in silverlight.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m using Silverlight 4 OOB & ele开发者_高级运维vated trust. I need to get all the filenames on specific directory & populate an object List(Of String)
The WPF code: <TextBox> <TextBox.Resources> <Style TargetType=\"TextBox\"> <Style.Triggers>
i am using workflow 4.0, silverlight 4.0,in my project. there are 5 sequences considering states of my project which have to be in开发者_开发百科itiated according to a field called status from databa
I have created a custom TextBox control (but not derived from TextBox) that contains a Dependency Property \"Text\".
Has anyone had any lucking creating their custom test class and using the IProvideDynamicTestMethods interface? I have a case where I need to dynamically generate test methods and this seems to be wha
My ViewModel class has a child property of type \'Messages\' that has an indexed property, like: public class ViewModel
I\'m using MVVM Light on an SL4 app. I would like to set the selected items on a listbox after it is databound.
I could use some help figuring out the best way to implement a \"splash\"/start-up page for my Silverlight 4 client applications that are built using Prism 2 and run out-of-browser.