0
votes
1answer
21 views
How to screen capture screenshots or movies on the Linux framebuffer
How can the linux frame buffer, on Cell Linux, be captured to obtain either screen shots or movies?
Is there a tool to do this for a running program, or must the program writing to, and presumably …
0
votes
0answers
34 views
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 …
0
votes
1answer
26 views
ASP.NET/ActiveX/Silverlight Screen Capture
I need a way to capture the screen within a web application in any way possible. Is there such a way without installing other tools like SnagIt? Can I use Win32 DllImports within an ActiveX …
0
votes
0answers
43 views
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 …
0
votes
1answer
51 views
Screenshot of window
Hi!
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 …
1
vote
1answer
29 views
Easy way to upload a screenshot (from clipboard) through a browser form
Hi,
i am pretty sure, that i've seen such a feature on a website somewhere in the web.
i want to give the user a form, where he can input some data and attach the current clipboard content (very …
1
vote
2answers
82 views
Desktop screenshot in WPF
How can I take a screenshot of the desktop in WPF? Preferably with the mouse cursor showing.
3
votes
1answer
55 views
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 …
0
votes
2answers
101 views
Taking screenshot of a specific window - C++ / Qt
In Qt, how do I take a screenshot of a specific window (i.e. suppose I had Notepad up and I wanted to take a screenshot of the window titled "Untitled - Notepad")?
In their screenshot example code, …
1
vote
1answer
62 views
How to kill headless X server started via Python?
I want to get screenshots of a webpage in Python. For this I am using http://github.com/AdamN/python-webkit2png/ .
newArgs = ["xvfb-run", "--server-args=-screen 0, 640x480x24", sys.argv[0]]
…
0
votes
2answers
88 views
Selenium RC sending blank screenshots through (winxp/winserver)
Hello everyone.
I'm trying to set up my virtual (xen) win xp instances, a dedicated windows server, and a dedicated windows xp desktop pc for web app UI testing, using selenium-rc and the selenium …
0
votes
1answer
70 views
Capturing a window with WPF
With Windows Presentation Foundation, if I have an HWND, how can I capture it's window as an image that I can manipulate and display?
0
votes
1answer
70 views
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.) …
0
votes
2answers
167 views
Android: Can I take a screen capture from an app?
I was wondering if there is a way to take a screenshot of the current screen inside the mobile phone using a service (I know how to do it through DDMS though)
0
votes
0answers
53 views
How to post a Screen Shot in Stack Overflow? [closed]
Please tell me how to post a screen shot in a question here on Stack Overflow?
