English 中文(简体)
Silverlight 4 Screen Capture
原标题:

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?

问题回答

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





相关问题
Capturing a screenshot of an embedded video using C#

I am working on a video search engine. Similar to google video. I have noticed that google video has a screen shot from all the videos that they index. I have tried many ways to achieve this with no ...

Silverlight 4 Screen Capture

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 ...

Capture the preview of a UIImagePickerController

This has been asked many times. But most answers are not applicable to the latest OS (3.0+) or they are "Apple will reject it". What I need is to programmatically grab the image displayed in the ...

Screenshot of window

I m trying to take screenshots of all open windows, also the minimized ones. Currently I m using this code: http://www.developerfusion.com/code/4630/capture-a-screen-shot/ But it doesn t work for ...

Desktop screenshot in WPF

How can I take a screenshot of the desktop in WPF? Preferably with the mouse cursor showing.

Take screen shot in XNA

How can I take a screen shot of the screen in XNA? Is it possible without System.Drawing.Graphics.CopyFromScreen or Win32API? If it s not possible, Is there any way to draw a System.Drawing.Bitmap to ...

PyQt display fullscreen image

I m using PyQt to capture my screen with QPixmap.grabWindow(QApplication.desktop().winId()) and I was wondering if there was a way I could display my screengrab fullscreen (no window borders, etc.) I ...

热门标签