Questions tagged [printscreen]

118 questions
1
vote
1 answer

AutoHotKey - Listen to string after PrintScreen button is pressed?

I want my script to listen to the string I will enter after the PrintScreen button is pressed. For example, if I press the PrintScreen button and type "paint" afterwards, it should open MSPaint. If I however type "photoshop", it should open…
Dean
  • 301
  • 1
  • 3
  • 13
1
vote
1 answer

Picturebox's image is nothing even though Clipboard.ContainsImage = True?

I am making a program that constantly sends the key "{PRTSC}" and then sets PictureBox1.BackgroundImage = My.Computer.Clipboard.GetImage. At first it works fine but after a min or two the picturebox goes blank and no error is given. My code…
1
vote
2 answers

Print Screen button seems to bug check Windows when debug boot option is enabled

I'm doing some driver development on my Windows machine and I've been wondering why pressing the PrtSc (print screen) button to take a screen capture seems to hang my machine. There are some forums that suggest this happens when the DEBUG boot…
Ted Middleton
  • 6,859
  • 10
  • 51
  • 71
1
vote
0 answers

C/C++ Capture window without frame (Working sometimes, debugging)

I have been following: http://msdn.microsoft.com/en-us/library/windows/desktop/dd183402%28v=vs.85%29.aspx To capture a windows drawing area aka printscreen it. The important function is "int CaptureAnImage(HWND hWnd)" and everyting works fine when I…
user3252497
  • 121
  • 4
1
vote
2 answers

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 doing this but I could not succeed: