winPrintScreen

C Scripting Language
Reference Manual
Version 4.4.0

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using the CSL executive
Language
Directives
System library
String library
Math library
Regular expression lib.
File library
Database library
Async Communication
Registry/Profile handling
Windows control
   winActivate
   winClose
   winCapsLock
   winFind
   winHide
   winIsMaximized
   winIsMinimized
   winIsVisible
   winMaximize
   winMinimize
   winNumLock
   winPostText
   winPostVKey
   winPrintScreen
   winRestore
   winScrollLock
   winShow
   Sample (notepd.csl)
C API
C++ Class Interface
CSL links
  
var winPrintScreen(
   [const mode]);        // region selection

Simulate a press of the PRINTSCREEN key in order to obtain a screen snapshot and save it to the clipboard. The region may be selected by mode:

Mode Region
(none) or 0 All screen
1 Active window

Return value:
 true = NUM LOCK is now on
 false = NUM LOCK is now off

  Copyright © IBK Landquart Last revision: 27.05.2002 << Back  Top  Next >>