Questions tagged [printscreen]
118 questions
0
votes
1 answer
Can the "screenshot" functionality be removed from an iPhone app?
I'm creating an iPhone app for a client who's not comfortable with allowing users the ability to take a screenshot of the app content. Is there an API to block this while the app is running?

user2393462435
- 2,652
- 5
- 37
- 45
0
votes
1 answer
How to take "print screen" from your FLEX application and save it to hard drive?
So I have such code for my application

Rella
- 65,003
- 109
- 363
- 636
0
votes
1 answer
Disabling Print Screen Command
My requirement is to disable the print screen command when the user taps the print screen button on the keyboard. I can do this in Internet Explorer, but how can I do this in Chrome and other browsers?

user3606475
- 1
- 1
0
votes
1 answer
My own print screen key
How can we make a program to substitute the "print screen" key for the same function(i-e to get the picture of the whole screen ) with some other kry, in C language.
user3037348
0
votes
1 answer
Screen capture using codes
I have transferred my code from a method (button press action) to a new class. Its function is to capture screen image (much like print screen) and saves it somewhere in the computer. (in this case, drive c) It displays the following error…

Janno Ramos
- 65
- 8
0
votes
0 answers
What exactly happens with user click PrntScr Key Windows
Can some one explain what exactly happens when user clicks PrntScr key on windows?
Which Process handles the key?
How the screen is captured?
which function or modules on windows are used to capture screen?
What i know
BitBlt() or StrechBlt() These…

CodeJunkie
- 113
- 1
- 11
0
votes
2 answers
Trace/syscalls the "Print Screen" process
This is the context: I am running Debian GNU/Linux and I switch reguarly with desktop environments ("DE" for the next).
My question is simple : I want to know which operation, syscalls or even functions used when I press the keyboard key "Print…

Tiger-222
- 6,677
- 3
- 47
- 60
0
votes
2 answers
python auto save printscreen
Iv'e recently started learning python programming and ran into some problems with my first program. It's a program that auto-saves print screens.
If i have a print screen saved in clipboard and start the program it outputs a .png file.
if i start…

Someone
- 257
- 3
- 12
0
votes
1 answer
Non-interactive iframe or similar solution
I do websites. My clients log in and they see 5 ideas of their site design - different layout, colors etc.
Now I show them just 5 printscreens, done by me and uploaded by me. Each img links to different under-construction website.
What I want is to…

pp_1
- 762
- 1
- 7
- 13
0
votes
1 answer
C# transparent winform, capture what is seen through window
For a basic personal interest project, I'm trying to make a C# winform which is a screen capture device, I want to be able to resize a transparent window, press a button on keyboard and the program save what it can see transparently through itself…

Joshua
- 293
- 4
- 19
0
votes
1 answer
Screen capturing in logon screen
I am trying to take a printscreen of Windows 7 Logon Screen (or Switch User screen) to use in my application.
I don't kow how to do that in fact. Could anyone help me?

Victor
- 13,914
- 19
- 78
- 147
0
votes
1 answer
My.Computer.Keyboard.SendKeys(Keys.PrintScreen, True)
I am attempting to send the PrintScreen key, obviously, which ought to work no matter the window it is focused on. How can I make this trigger the printscreen action like it normally would? This is in VB.net. Thanks for the help!
I have googled…

Cyclone
- 17,939
- 45
- 124
- 193
0
votes
3 answers
How can I export UITableViewCell into image?
I need to export UITableViewCell into an image PNG or anything so I can send it as a print screen image embedded in email body using the MFMailComposerViewController.

Khaled Annajar
- 15,542
- 5
- 34
- 45
0
votes
1 answer
Discovered: Run A Video In An Image
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…

Moon
- 19,518
- 56
- 138
- 200
0
votes
1 answer
Screen Capture Feature Overrides
what i want to do is write an application in C# like "fraps" and other scren capture apps that when you press the "Print Screen" it saves the current screen as an image.
What i thought of is that
"i could create a background worker thread that…

Moon
- 19,518
- 56
- 138
- 200