We are investigating using Silverlight as our UI creator.We can get a subproject running from the Platform builder but would like to pull this code to a standalone VS project.I have an SDK built from
I have simple ListBox with some objects. When the mouse is on some object the object background color is change.
I\'m creating a color picker and I am at a stage where I need to create a HUE color bar: One way to create it would be through gradient stops in XAML. For example:
I have a开发者_开发知识库 control which has in a constructor _myWebService.ForwardMessageCompleted += new EventHandler(OnForwardMessageCompleted);
I\'m working on an in-browser Silverlight application that has some fairly compute-intensive operations, e.g., running an Inverse Discrete Cosine Transform, or a Fast Fourier Transform, hundreds of ti
I\'ll start off with a stripped-down/sanitized version of my code: Model: class DataObj : INotifyPropertyChanged {
i am creating a datatemplate for items in listbox and loading it using (DataTemplate)XamlReader.Load(template), where template is
Please excuse the backwards architecture on this one and assume there\'s not a better way... I have a Windows Service running on localhost, it listens on TCP port 5432 and broadcasts events to any co
I want to access WMI using the AutomationFactory in a Silverlight OOB application. dynamic locator = AutomationFactory.CreateObject(\"WbemScripting.SWbemLocator\");
I have a solution with several Silverlight Test Projects. I would like to have some kind of script or tool with the ability of running all these test projects and generating some kind of report (any s