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 screen shot, so I could visually inspect e-mails later.
The idea is that I could use a image viewing application to look at several screen...
My task is to take screenshots of a set of webpages for legal purposes. I'm currently accomplishing this by using Webshot and running through its batch operation using a list of URLs I compiled myself. I also have to take screenshots of a rotating Flash banner which is done by using IECapt and its delay function.
Each page has a series ...
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 code is a module for a bigger program I can't neither use an external lib (like libjpeg).
This code takes a screenshot and returns a HBITMAP....
Hi all,
I need to take snapshot if command prompt window running in full screen mode.
I had tried it using PrintScreen,Ctrl+PrintScreen, Ctrl+Alt+PrintScreen button(s) but nothing seems to work
Also are there any reasons that the print screen button does not work in full screen commandprompt mode? After all, it does for all windows u...
We are about to start a competitive product and to do so we need to look at the competition. If someone you know has a legal copy of a competitive product, is it illegal to make some screenshots in order to remember certain things for your solution? What do I need to know?
Thank you.
...
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
...
Hi,
Is it possible in linux to take a screenshot of a workspace while being in another one ?
Thanks in advance
Blizz
...
Background:
I'm developing a bussiness application, and in the final stages we are encountering some extrange errors, mostly with connection and some edge use cases.
For this kind of exceptions, we now provide a nice dialog with error details, of which the user take a screenshot, and send by email with some remarks.
Problem:
I would...
So I can use PIL to grab a screenshot of the desktop, and then use pywin32 to get its rectangle and crop out the part I want. However, if there's something in front of the window I want, it'll occlude the application I wanted a screenshot of. Is there any way to get what windows would say an application is currently displaying? It has th...
I need to be able to identify a single window on the user's screen and take a screen capture of it. The screen data is to be stored in memory and not written to disk.
This is already supported through the commandline tool /usr/sbin/screencapture or through the Grab utility (though their functionality is not extensive enough to justify ...
I'm running compiz under Linux. I know compiz is able to keep all workspaces running at the same time, so if I want to take a screenshot of an application, regardless of which workspace it is on, what should I do? (Any language.)
...
Hello,
This is my first post here. I have a problem.
I need to take a sceenshot of the desktop, convert it to jpeg, store it in a buffer and then manipulate it and send it over the internet.
I have written the code for doing this with GetDC....and GDI+ for converting the HBITMAP to jpeg. The problem I am having now is that I don't know...
We're using the Mantis bugtracker (version 1.1.8), which is based on PHP. To ease the workflow of adding bugs we'd like to add an option to paste screenshots from the clipboard directly into the 'new bug form'.
Screenshots make bugreports much more valuable for developers, so I'd like to make adding them as easy as possible. Preferably ...
I am using trac 0.10.3 but I am about to upgrade to the 0.11 version soon.
I have started using the mylyn connector in eclipse and I am finding it great, after watching the introduction here
http://tasktop.com/videos/mylyn/webcast-mylyn-3.0.html (well worth the watch if you have a spare half an hour)
From viewing this I see it is poss...
Background info:
I have this MFC application I coded and been using for a long time that pretty much automatically saves screenshots to the hard disk when the user hits the Print Screen/Alt+Print Screen key. I have been putting off using anything related to Aero until now that I've been using Windows 7 RC for a couple of weeks.
The pro...
I am making a screen capturing application and everything is going fine. All I need to do is capture the active window and take a screenshot of this active window. Does anyone know how I can do this?
...
I want to capture an image of the screen, however there are some wpf controls in my application that I do not want to appear in the screenshot. Using the code below, the hidden controls will sometimes still appear in the screenshot. How do I ensure that this doesn't happen?
Window window = new Window();
Button button = new Button();
vo...
I'm building a web page screen capture application for an internal R&D project.
Environment: Ubuntu 9.04 (default desktop install), Apache, PHP.
So far I've got a bash script that takes one parameter (URL), fires up firefox, grabs the screen and saves it as a PNG. I've tried running this from terminal and it works fine.
Here's the Bas...
I need to have screenshots of my XSD, and XMLSpy has great-looking and descriptive graphical view of XSD Schema. However, below unbounded elements, it tries to show a little infinity symbol in Arial and fails miserably, displaying small rectangle instead.
I've tried changing the font as XMLSpy FAQ suggests, and I've tried using Arial MS...
Which tools can I use to take a screenshot of a Windows desktop from a script?
I'm running poolmon.exe in a command prompt and I need to capture the output. So a solution which returns text would be preferred but I could write a simple converter for that. If the tool could capture a single window, that would be great. If it would even w...