screenshot

Programattically taking screenshots in windows without the application noticing

Duplicate of: http://stackoverflow.com/questions/774925/detect-when-users-take-screenshots-of-my-program There are various ways to take screenshots of a running application in Windows. However, I hear that an application can be tailored such that it can notice when a screenshot is being taken of it, through some windows event handlers p...

How to get the screenshot of a minimized application programmatically ?

Howdy guys, I'm trying to get the screenshot of a minimized application, any ideas of how to it under windows ? I'm using C# tks in advance, Jose ...

Detect when users take screenshots of my program

I'm writing a Windows application. How can I tell when a screenshot is being taken of it? I read about how to detect the hotkey being pressed, but I'm more worried about the case where every 100 ms or so another program is taking screenshots of it. Namely, I'm trying to notice when someone creates another program (say a python one using ...

iphone app submission. creating screen shots.

When submitting screen grabs for an iphone app during the approval process, is it ok to submit screens that are different than what is represented on the app itself? for example, i wanted to submit a screen where i explain some of the features of the app but not necessarily a screen grab. all the best. ...

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

Mockup Editor - Free tool to easily add arrows, callouts, etc

I've been using Balsamiq to create mockups. I'm using the trial version, so I have all screens in one mockup instead of multiple files. I want to send an export of these mockups to my team so they can comment on them. They need to be able to easily add arrows, callouts, text, etc. I know you can do some of that in Balsamiq, but it i...

How do I programatically take a screenshot of an application in Linux?

Hi, How do I programatically take a screenshot of an application in Linux? I'm using c++. Any idea? For windows there are a lot of resources but I can't find anything for linux Any help? Thanks ...

Snapshot Movies

I'm currently learning Python and have taken up several small projects to help learn the language. Are there currently any libraries (possibly PythonMagick) out there that are capable of extracting snapshots from .wmv, .avi, .mpg, or other movie formats with only command-line options (no GUI)? And if so, can anyone provide links to exa...

adding screen shots for iphone submission

just out of curiosity. i am thinking to add screen shots for my app subsission that are both oriented in landscape and portrait. does the store auto recognize these formats and apply them appropriately? all the best. ...

A Python equivilent to Java Robot

Hi, does anyone know of a Python class similar to Java Robot? Specifically I would like the perform a screen grab in Ubuntu, and eventually track mouse clicks and keyboard presses (although that's a slightly different question) Thanks, Stuart ...

capture snapshot with flash control

I would like to capture screenshots of the screen, convert it to a jpg and uploaded to the server using a flash control. I want something similar to what facebook has record a video, take a picture using your system's in-built web-cam, the main difference is that i want a screenshot of the system instead of the input from web-cam. open...

Problem with web screenshots requiring authentication.

I am making app that takes a screenshot of a URL requested by the user. I want to make it as transparent as possible when sites that require username and passwords are in question. For instance, if user wants to screenshot its iGoogle page, he will send the server URL but, the screenshot will not be the same as what he sees on his scree...

Graphics.CopyFromScreen returns black screen

I have a small application that takes screen shots and saves them to the folder its in. It works fine most of the time, but in some cases, for example while in Team Fortress 2 or while running Warcraft 3 in OpenGL mode it just returns a totally black(or white) image. Does anyone have a way to fix this? I am using the c# standard: Bitma...

Is there a way to take a screenshot of the user's Windows desktop?

I want to provide the user with a scaled-down screenshot of their desktop in my application. Is there a way to take a screenshot of the current user's Windows desktop? I'm writing in C#, but if there's a better solution in another language, I'm open to it. To clarify, I need a screenshot of the Windows Desktop - that's the wallpaper a...

Get a screenshot of a specific application

I know I can get the screenshot of the entire screen using Graphics.CopyFromScreen(). However, what if I just want the screenshot of a specific application? ...

C# - Capturing the Mouse cursor image

BACKGROUND I am writing a screen capture application My code is based derived from this project: http://www.codeproject.com/KB/cs/DesktopCaptureWithMouse.aspx?display=Print Note that the code captures the the mouse cursor also (which is desirable for me) MY PROBLEM Code works fine when the mouse cursor is the normal pointer or hand...

Screenshot of stage

Is it possible to take a screenshot (dump image) of the Stage and save it to my web server? ...

Create a website screenshot/thumbnail server-side?

I'm building a rails app that needs to grab and display a thumbnail screenshot from a URL. I'm having a difficult time even finding where to start. Any help would be greatly appreciated. Thanks. ...

Capturing EAGLview content WITH alpha channel on iPhone

Hello, have been struggling with this issue for quite some time now and couldn't find an answer so far. Basically, what I want to do, is capturing the content of my EAGLview and then use it to merge it with other images. Anyway, the mainproblem is, that everything transparent in my EAGLview renders opaque when saving it to the photoalbu...

"Convert web page to image"

I wonder if there is any way to convert a web page (from any given URL) into an image? this is basically equivalent to taking a "screenshot" of the page after opening it. There is a method to do it in firefox, using an extension; I can draw the DOM contents onto a Mozilla Canvas. But I'm wondering if there is any way to do it as a sta...