Top "Printscreen" questions

Capture Window (Alt-Print Screen) of Context Menu

As everyone knows, sometimes developers have to document stuff. Or capture some stuff for filing bug reports. My question is …

windows screenshot bug-tracking screen-capture printscreen
How can i take snapshot of command prompt window in full screen mode

I need to take snapshot if command prompt window running in full screen mode. I had tried it using PrintScreen,…

screenshot fullscreen cmd printscreen
c++ Program to take a screenshot

I am making a program that will click the printscreen key of the keyboard. The code I am using is …

c++ screenshot printscreen
Vbscript Printscreen to MSpaint

Take a screen shot of the active window. Set Wshshell=CreateObject("Word.Basic") WshShell.sendkeys"%{prtsc}" WScript.Sleep 1500 Run Mspaint …

windows vbscript printscreen
How do I make this HTML Print Screen code a simple button instead of text?

<a title="Print Screen" alt="Print Screen" onclick="window.print();" target="_blank" style="cursor:pointer;">CLICK HERE TO …

html button printscreen
how to disable "PRINT SCREEN" button while running my Application in WPF?

How can I disable Print Screen functionality while my WPF application is running? The use-case is that my client wants …

c# wpf printscreen
Can I prevent print screen on a webpage? Is it possible or not?

I want to disable print screen on a web page in a website. I have used many type codes for …

javascript jquery browser printscreen
How to autosave (without dialog box) an image using as3 (Flash CS5)

It looks like an easy question but I can't find the answer. I have this code: import com.adobe.images.…

flash actionscript-3 autosave printscreen
Do a print screen of my java application

How can I make a print screen of my java application? saveScreen.addActionListener(new ActionListener() { @Override public void actionPerformed(ActionEvent …

java jbutton printscreen
Why does print screen in a Windows Service return a black image?

protected override void OnStart(string[] args) { base.OnStart(args); CaptureScreen(); } protected override void OnStop() { base.OnStop(); } private void CaptureScreen() { Bitmap …

c# .net windows-services c#-4.0 printscreen