28
votes
52answers
4k views
Screenshot Taking Tools
What are the good screenshot taking tools available (open source and commercial)?
10
votes
10answers
579 views
Are there any good sites to view screenshots of actual web applications?
I am looking for some websites that have actual screenshots of web applications, as well as, things like login screens, grids/tables, edit forms, css examples and so on.
I find that looking at other …
7
votes
3answers
712 views
What is the best way to take screenshots of a Window with C++ in Windows?
What is the best (easiest) way to take a screenshot of an running application with C++ under Windows?
6
votes
5answers
938 views
How can I generate a screenshot of a webpage using a server-side script?
I need a server-side script (PHP, Python) to capture a webpage to a PNG, JPG, Tiff, GIF image and resize them to a thumbnail.
What is the best way to accomplish this?
See also:
Web Page …
6
votes
13answers
2k views
How can I save a screenshot directly to a file in Windows?
In Windows XP, one can press Alt-PrintScreen to copy an image of the active window, or Ctrl-PrintScreen to copy an image of the full desktop.
This can then be pasted into applications that accept …
6
votes
3answers
602 views
Are there any free ways to turn an html page into an image with .net
I want to take html, including the text and images and turn it into one image containing everything. Is there a free way to do it?
This is using .net 3.5.
See also:
Server Generated web …
6
votes
2answers
1k views
Java: Is there a way to take a screenshot using java and save it to some sort of image?
Simple as the title states: Can you use only Java commands to take a screenshot and save it? Or, do I need to use an OS specific program to take the screenshot and then grab it off the clipboard?
5
votes
4answers
1k views
C# - Capture screenshot of active window
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 …
5
votes
2answers
1k views
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 …
5
votes
3answers
379 views
How do you take a Screenshot of a website via .Net code?
Is it possible to take a screen shot of any given url using .Net code?
What is the easiest way to do it?
5
votes
11answers
868 views
How to make mockup screenshots without VB
I am looking for a program to make mockup screenshots with. I first found out I could do it with Visual Basic (uglier names I have yet to hear a programming language being called) from …
4
votes
4answers
59 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
54 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 …
4
votes
4answers
108 views
How to capture screenshot of specified website?
I want to know technique to capture screenshot if I have a url list of those sites like google fastflip. What technology or techniques require for this kind of task. If this technique available in …
4
votes
12answers
969 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 …
