4
votes
4answers
58 views
Screenshot tool for BlackBerry?
I am working on a web development project that I want to make sure works well on the BlackBerry browser. As part of both testing and documentation, I want to be able to take screenshots of my …
4
votes
1answer
53 views
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 …
1
vote
0answers
22 views
Capturing a Full-Length Webpage Screenshot (with a plugin/addon) in multiple browsers?
I am trying to capture a screenshot of two versions of a website (one that's standards complaint and one that is not).
I would use broswershots.org, but only one of the websites has a public url.
…
0
votes
1answer
56 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
33 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
73 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
45 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
2answers
117 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
2answers
92 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
77 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 …
28
votes
52answers
4k views
Screenshot Taking Tools
What are the good screenshot taking tools available (open source and commercial)?
0
votes
2answers
120 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
53 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
72 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
207 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)
