Re: PrintScreen key

From: Gene K (genekRE_at_MOVEolivianc.net)
Date: 07/25/04


Date: Sun, 25 Jul 2004 10:49:13 -0400

xprodata wrote:
> Thank you so much! You were exactly correct. After spending two hours
> enetring dat for homework I was afraid to move from my open window to
> the clipboard. Thank you so much! Xprodata
>
> "Ken Blake" wrote:
>
>> In news:C4527B8E-A0B8-48A0-ACB8-46845B385B8F@microsoft.com,
>> xprodata <xprodata@discussions.microsoft.com> typed:
>>
>>> Please can somebody tell me how to activate the PrintScreen
>> key? Mine
>>> does not work. Thank you!
>>
>>
>>
>> Well, chances are that it works fine, but you're just not aware
>> of hwow to use it.
>>
>> Back in the days of DOS, the PrintScrn key used to print the
>> screen. But in all versions of Windows, this works differently,
>> and the name of the key is now an anachronism.
>>
>> To use the key, press it to capture an image of the entire
>> screen, or press alt-PrintScrn to capture an image of the active
>> window. Either one captures the image to the Windows clipboard.
>> Once it's in the clipboard you can paste (Ctrl-V) it into any
>> application that supports graphics (Windows Paint, other graphics
>> programs, even your favorite word processor). You can edit or add
>> to the image as you wish, then print it.
>>
>> This ability to manipulate the image in a program before printing
>> it is an improvement over the original DOS method of just
>> printing it. But if you'd like that old facility back, there are
>> several third-party freeware/shareware programs that can do this,
>> such as PrintKey2000
>> (http://www.sharewarejunkies.com/00zwd2/printkey2000.htm).
>>
>> --
>> Ken Blake - Microsoft MVP Windows: Shell/User
>> Please reply to the newsgroup
One problem with the Windows Clipboard is that it will only keep one entry
at a time (a subsequent entry overwrites the previous entry). There are free
utilities such as Clipboard Buddy
[http://www.download.com/Clipboard-Buddy/3000-2384-10170486.html] (will
retain as many as twenty entries until you delete them) or Yankee Clipper
III [http://www.download.com/3302-2384-10222598.html] (will keep up to 200
entries) which, as you can see, get you free of the "copy and paste it plus
save it somewhere right now" requirement of the Windows Clipboard.
                               Gene K

-- 
Gene K


Relevant Pages

  • Re: Communication between Borland Pascal DOS program and Delphi
    ... If you know how to do it between two windows programs, a very simple method would be to let the BP application start a tiny 32 bit consolemode progam at the moment the event should occur. ... The 32 bit program creates the event for the dos program e.g. by putting a message on the windows clipboard or in shared memory. ... The access of the windows clipboard from a BP program is desirable anyway, regardless of whether it solves the OP's question or not. ... It works in win95 but only in real mode. ...
    (comp.lang.pascal.borland)
  • RE: Printscreen wont work
    ... you cut/copy. ... hit "print screen"again. ... >> windows XP. ...
    (microsoft.public.windowsxp.hardware)
  • Re: Adding pdf or other files to FP pages
    ... pressing printscreen copies the current active window to the windows clipboard, ... so you just cut-and-paste into your image editor. ... | or jpgs first otherwise they'll want to open in Adobe ...
    (microsoft.public.frontpage.client)
  • Re: Screen shots
    ... Prt-Scrn captures the whole screen to the Windows Clipboard. ... It's a Dell Keyboard ...
    (microsoft.public.windowsxp.general)
  • Re: Executable enty points incorrectly documented
    ... All these things are correct but this is more specific and related to the .NET Framework than to Windows API and the C++ linker and does not mention the actual entry point signatures either. ... The documentation problem to which you allude is that it is the CRT entry point that calls one of the versions of main / WinMain that is defined in your program. ... This is the signature of the managed entry point that has nothing to do with native executables/DLLs. ...
    (microsoft.public.win32.programmer.kernel)