I setup catching hotkey on alt+printscreen. It catches perfectly but there is nothing in the buffer - no image. How can I get the image from Clipboard.GetImage() after catching hotkey?
Here is the the code.
using System;
using System.Runtime.InteropServices;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using…
I have a bit of a challenge.
In an earlier version of our product, we had an error message window (last resort, unhandled exception) that showed the exception message, type, stack trace + various bits and pieces of information.
This window was printscreen-friendly, in that if the user simply did a printscreen-capture, and emailed us the…
Hello everyone,
I am using a MacBook Pro running Mac OS X 10.5. I am new to this development environment, and previously worked on Windows.
I am wondering what is the PrintScreen key (generate a static image for screen snapshot) on the Mac?
thanks in advance,
George
Hi,
I found that code somewhere and I find it quite useful but I would like to find a way to make it work so it capture only the given window target. Maybe with a processID or Window Name. Even if that window is not active.
I do not want to make that window active but want to get a screen capture like if I was doing Alt+PrintScreen on…
I would like to know if its possible to get full screen snapshots from an air application.
What i am interested in, is functionality similar to PrintScreen button in windows, which takes snapshots of all screens, including third party application windows, not just window in which air app is running.
If its not specific to air, and…
What are some methods to prevent screenshots from being taken, if any?
I've considered setting the "Print Screen" button as a hotkey, which makes the window fuzzy. However, there would be the problem of other 3rd party screenshot tools. How can I prevent their use?
Why would I want such a thing?
The idea is to create a chat…
okay i have found the way to run a video in a image.... the procedure as given below
1 - Run a video in Windows Media Player
2 - While the video running, Press Print Screen
3 - Paste it in MS Paint
4 - Save the image in JPEG or BMP format
5 - Run any video in Windows Media Player again
6 - Now open that image, in Windows…
I'm creating an iPhone app for a client who's not comfortable with allowing users the ability to press the menu & hold keys to take a screenshot of the app content. Is there any API to block this while the app is running?
I am trying to get Windows 7 sniping tool to run when I hit my PRINTSCREEN keyboard button with AUTOHOTKEY.
I have been unsuccessful so far though. Here is what I have for the AutoHotKey script.
I have tried this
PRINTSCREEN::Run, c:\windows\system32\SnippingTool.exe
and this
PRINTSCREEN::Run, SnippingTool.exe
and…
I'm having some trouble figuring out how to make a reference to a subroutine in an external .pm file.
Right now, I'm doing this :
External file
package settingsGeneral;
sub printScreen {
print $_[0];
}
Main
use settingsGeneral;
my $printScreen = settingsGeneral::printScreen;
&$printScreen("test");
but…
After installing Lubuntu 12.10, I decided to install IDLE 3 (from the official Ubuntu repository), but something unexpected happened, its icon gets bigger then the LxPanel and all the another aplications icos, the same happens at the menu when I select it from Menu Programming IDLE 3
Check the image:
Note: Wasn't…
Hi i have watched this tutorial from Roman Dedenis
Alternativa 3D: Import and object animation DAE (Collada 3D Object)
From:
http://romaindedenis.over-blog.com/article-alternativa-3d-importer-objet-et-animation-dae-objet-3d-collada-66067921.html
Im have implemented the program on flash and it's working fine on my…
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 images: Photoshop, Microsoft Word, etc.
I'm wondering: Is there a way to save the screenshot directly to a file? Do I…
I use Greenshot for screenshots, and it's been nagging about some other software tool using the same hotkey. I started receiving this warning message about two days ago. It shows up each time I reboot and log on to Windows.
The hotkey(s) "Ctrl + Shift + PrintScreen" could not be registered.
This problem is…
When using the built-in window screenshot function on Ubuntu (alt-printscreen) with dual monitors, a black rectangle covers about the top third of the captured window (or that area is not captured). When capturing the entire screen (printscreen), the left monitor shows the same size rectangle, but it doesn't…
Ok, this is probably highly subjective but here it comes:
Let's assume I'm writing a method that will take a printscreen of some region of the screen. Which method signature would you prefer and why?
Bitmap DoPrintScreen(int x, int y, int width, int height);
Bitmap DoPrintScreen(Rectangle rect);
Bitmap…
How would I draw something on the screen ? not the console window but the entire screen, preferably with the console minimised.
Also, would it show up on a printscreen ?
What I want to do is create something like a layer on top of the screen that only me and my aplication are aware of yet still be able…
How can I do a right-click using the keyboard in Mac OS X Snow Leopard using the Logitech Wave Keyboard?
The keyboard has keys as Fn + PrintScreen, but it only works in Windows, not Mac OS X.
I noticed that sometimes when browsing (with other processes in the background), I get very high CPU load for the browser process (over 100%) and the computer becomes really slow. I tried switching from Firefox (with just a few extensions) to Chromium, but same thing happens without me visiting…
I noticed that sometimes when browsing (with other processes in the background), I get very high CPU load for the browser process (over 100%) and the computer becomes really slow. I tried switching from Firefox (with just a few extensions) to Chromium, but same thing happens without me visiting…
Often my ubuntu freezes up altogether(only able to move my cursor). So i try to reboot using the keys "ALT+PrntScrn+REISUB", but this is what happens Once i finish hitting the keys RE, my screen goes BLACK and it shows up a few lines of commands (or whatever) which I dont understand. I have no…
I could swear I've always been able to do alt-printscreen to get 'just that window' but right now I am getting my entire desktop.
Any idea why this would be or what I can do to get my ability to do small window screen shots?
I've tried a lot of combination with the ctrl, alt, shift and…
My previous problem was describe here: Can't boot OS from USB drive, showing black screen with blinking cursor and there are informations about my laptot. So please look there and then read rest here.
I changed flash drive and it fix the problem but now when I boot to Ubuntu (or I tried…