The keycode for the "print screen" button

Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: The keycode for the "print screen" button

    On 28 Nov 2003, "Welshy31" <rickwelsh@hotmail.com> wrote:
    > I was wondering if there was a keycode for the printscreen button.
    I don't think Lingo traps that key at all. You can use the Buddy API Xtra
    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]
    > 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.
    Even if you trap the print screen key, that will not prevent people from
    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

  4. #3

    Default 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]
    > 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

    Alex Meliora Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139