Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Welshy31 #1
The keycode for the "print screen" button
Hey all.
I was wondering if there was a keycode for the printscreen button.
I am making a projector with some artwork in it that is copyrighted, and the
owner specifically expresses that the user of the computer cannot take
screen shots of the art.
I thought that I could get around this by copying something to the clipboard
every time that the print screen button was pressed, but I can't find a
key-code for that key.
Any and all help is much appreciated.
--Welshy31
Welshy31 Guest
-
How to make "Print page" and "Print Chapter" buttons
Hi my name is Jaco and I am a multimedia designer who uses Macromedia Director and Flash to create multimedia presentations. I have a request from a... -
Server hangs at "Applying computer settings" b4 logon screen
Hi, we have just upgraded our network from a single NT4 Domain to a Win2k3 Domain. It is in Native mode and all the servers work, which include a... -
Grey when I "export", black when I "print to Distiller"
When I export my B&W ad, designed in InDesign 2.0.2, all the solid black areas in the resulting PDF are actually greyish-black. But if I send the... -
Can't choose "page setup" or "print" - Mac OS 9x
Hello I have a problem on multiple Macs when using Freehand 10. I have not found any answers on macromedia Support or on the web. Before... -
Need Code for "Print This Page" "Print This Table"
I need the code for "Print This Page" and especially for "Print This Table." I want to put this as a "link" from my main page. As is, if I... -
Mark A. Boyd #2
Re: The keycode for the "print screen" button
On 28 Nov 2003, "Welshy31" <rickwelsh@hotmail.com> wrote:
I don't think Lingo traps that key at all. You can use the Buddy API Xtra> I was wondering if there was a keycode for the printscreen button.
and its virtual key codes, though.
baKeyBeenPressed(44)
You might also want to take a look at these Xtras:
[url]http://www.updatestage.com/products_table.html#Mouse%20and%20keyboard[/url]
Even if you trap the print screen key, that will not prevent people from> I am making a projector with some artwork in it that is copyrighted,
> and the owner specifically expresses that the user of the computer
> cannot take screen shots of the art.
capturing the screen. There are many screen capture utilities that don't
use the print screen key at all.
--
Mark A. Boyd
Keep-On-Learnin' :)
Mark A. Boyd Guest
-
Alex Meliora #3
Re: The keycode for the "print screen" button
You need to disable the keyboard, check this out
[url]http://www.meliorasoft.com/xtras/keyboard/[/url]
--
Alex.
----------------------------------------------------------
Meliora Software, "Ameliorated Development!"
[url]http://www.meliorasoft.com[/url]
the> Hey all.
>
> I was wondering if there was a keycode for the printscreen button.
>
> I am making a projector with some artwork in it that is copyrighted, andclipboard> owner specifically expresses that the user of the computer cannot take
> screen shots of the art.
>
> I thought that I could get around this by copying something to the> every time that the print screen button was pressed, but I can't find a
> key-code for that key.
>
> Any and all help is much appreciated.
>
> --Welshy31
Alex Meliora Guest



Reply With Quote

