0
votes
3answers
122 views
.Net browser screen capture utility
Good morning,
I am looking for a good .NET based screen capture utility. It would need be able to capture secure pages (https). It would be preferable it would capture Flash/ActiveX.
Thanks,
-Z
0
votes
2answers
220 views
Open eml file in any mail client and take screenshot
I perform a lot of tests that create e-mail messages. I store each message in separate eml file. (I can change file extension if needed.)
I would like to open each file in any mail client and take a …
2
votes
4answers
116 views
Disabling iPhone screenshot feature
I'm working on an enterprise iPhone application for a client, the issue at hand is customer information will show up on the phone. My client is worried that the information could be caught using the …
0
votes
1answer
43 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 …
4
votes
12answers
899 views
How can I take a screenshot and save it as JPEG on Windows?
I'm trying to find a (somewhat) easy way to take a screenshot on window and save the resulting HBITMAP as a JPEG. The tricky part here is that since the code is in C I can't use GDI+ and since the …
1
vote
1answer
20 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
1answer
75 views
URL-&coordinate based screen capturing tool
Hello,
I'm searching for a screen capturing tool which captures areas of an website/web-application based on the url. The very best for me would be an firefox/ie addon with an API accessible via …
0
votes
2answers
88 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
73 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
39 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 …
1
vote
1answer
57 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
69 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
2answers
207 views
iphone facebook icon in screen grab for submission
you think putting a Facebook icon in one of your screen grab list for submission would violate the apple sdk?
1
vote
4answers
380 views
Capture iPhone screen with status bar included?
I am looking for a way to capture a screenshot on the iPhone with the top status bar included, I am currently using the following code:
UIGraphicsBeginImageContext(self.view.bounds.size); …
0
votes
1answer
60 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?
