Silverlight 4 Screen Capture

一世执手 提交于 2019-12-11 06:15:47

问题


I'm writing a timesheet helper utility in Silverlight 4. This will be a trusted out of browser application that will periodically ask the user (with a SL4 Notification Window) what they have been working on. What I'd like to do is have it capture images of their desktop (or better yet, active window) from time to time in order to remind them of what they have been working on since they last submitted their status report. Is this idea even possible? Do I need to use COM? If so, what COM component would I use?


回答1:


This article helps you to capture Silverlight Screen and trasfer encoded byte array to a WCF Service Method.

http://dotnetthread.com/articles/21-Saving-the-captured-Silverlight-4-screenshot-to-database-or-send-it-as-an-email-attachment.aspx

http://dotnetthread.com/articles/10-Capture-the-screenshot-of-Silverlight-application-in-Silverlight-4.aspx

Hope this helps...




回答2:


I don't know of any installed COM object you could use -- you'd have to create one and install it.



来源:https://stackoverflow.com/questions/1841534/silverlight-4-screen-capture

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!