silverlight-5.0
How to get a series of images from the ui thread into the draw thread in Silverlight 5 using XNA
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[详细]
2023-04-11 22:08 分类:问答Using GPU on Silverlight 5 for general-purpose math
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[详细]
2023-04-09 05:11 分类:问答Script-Run Silverlight Test Project
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[详细]
2023-04-09 04:25 分类:问答Could not load file or assembly 'System.Windows.Controls' in silverlight 5 using prism4
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:[详细]
2023-04-09 00:11 分类:问答Silverlight 5 Application cannot get HasElevatedPermissions to be true
I am using Silverlight 5 RC on a Windows 7 x64 OS running IE9. I am trying to get HasElevatedPermissions=True.[详细]
2023-04-07 00:15 分类:问答Detect whether CapsLock is on or off in Silverlight
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[详细]
2023-04-06 11:01 分类:问答Silverlight 5 and dll
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[详细]
2023-04-04 13:59 分类:问答How does Siverlight 5 with P/Invoke compare to XBAP with FullTrust?
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[详细]
2023-04-04 10:17 分类:问答What makes Edit-and-Continue difficult/impossible for Silverlight? What's the next-best thing?
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[详细]
2023-04-03 20:28 分类:问答Am I correct in understanding that vector printing in SilverLight 5 will only work with a Postscript printer?
I had read some blogs about SilverL开发者_开发知识库ight 5 and find it hard to believe what I read![详细]
2023-04-03 11:36 分类:问答