in Silverlight I\'m trying to get the frames of a webcam (live) stream textured on a series of 3d quads. I use a VideoSink in a webcam controller class in a webcam controller class. Then i draw the qu
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 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
I\'m creating an application silverlight 5 using prism 4 and when I\'m running the bootstrapper using UnityBootstrapper then I have the next error:
I am using Silverlight 5 RC on a Windows 7 x64 OS running IE9. I am trying to get HasElevatedPermissions=True.
You may find if the CapsLock key has been pressed subscribing to the KeyDown/KeyUp event. And then toggle the state of the CapsLock based on that input. The problem with this approach is that you need
Silverlight 5 give us a great feature. That开发者_如何学JAVA\'s P/Invoke (Platform Invoke). The feature make it possible to call a function from system DLL\'s. But I need to use a \".NET DLL\" that wa
I\'m considering XBAP with full trust, but just heard about SL5\'s ability to P/Invoke.This is quite exciting because XBAP deployments are very difficult considering it only really works with IE, work
NOTE: related question from ~2 years ago just confirmed SL3 couldn\'t do it. Since Silverlight 5 will (AFAICT) still not have edit-and-continue support (even for out-of-browser, again AFAICT), I want
I had read some blogs about SilverL开发者_开发知识库ight 5 and find it hard to believe what I read!